diff --git a/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl b/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl index 02aa31c7..677eaad6 100644 --- a/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl @@ -492,6 +492,7 @@ ensurePipUpdated() { ### python3.10 pip update if command -v python3.10 > /dev/null; then logg info 'Ensuring python3.10 pip is updated' && python3.10 -m pip install --upgrade pip & + fi ### python3.11 pip update if command -v python3.11 > /dev/null; then @@ -1025,6 +1026,7 @@ if [ -n "$DEBUG" ] || [ -n "$DEBUG_MODE" ]; then emscriptenInstall enableAutoUpdateDarwin ensureQtStyleOverride + ensurePipUpdated ensureSystemGemUpdated ensureZshShell gnomeExtensionSettings @@ -1052,6 +1054,7 @@ else emscriptenInstall & enableAutoUpdateDarwin & ensureQtStyleOverride & + ensurePipUpdated & ensureSystemGemUpdated & ensureZshShell & gnomeExtensionSettings &