diff --git a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl similarity index 99% rename from home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl rename to home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index 2863f17..07f6b4e 100644 --- a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -79,6 +79,8 @@ packages=( DEBIAN_FRONTEND=noninteractive apt upgrade --yes {{- end}} + mist update + ## Install packages packages=(${packages[@]//starship/makedeb}) packages+=( diff --git a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl similarity index 99% rename from home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl rename to home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl index 00c4aa7..0754b76 100644 --- a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl @@ -50,7 +50,6 @@ echo -e "\033[0;32m>>>>> Begin LVim installation <<<<<\033[0m" DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends --ignore-missing python3-pynvim npm {{- end }} - mist update mist install neovim {{- end }}