diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index f18b71c..c38e115 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -88,6 +88,7 @@ packages=( ## Install packages packages=(${packages[@]//starship/makedeb}) packages+=( + apt-utils autoconf automake cmake @@ -109,7 +110,9 @@ packages=( {{- end }} done - curl -sS https://starship.rs/install.sh | sh + ## curl -sS https://starship.rs/install.sh | sh + + mist install starship-bin echo -e "\033[0;32m>>>>> Finish Debian/Ubuntu Linux packages installation <<<<<\033[0m"