From 425e7d48dd1991a15266e6d05be3cbcc70a73246 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 27 Feb 2024 16:45:27 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_10-install-packages.sh.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"