1
0
This commit is contained in:
Jeff Lance 2024-02-27 14:47:18 +01:00
parent 03c4b73b42
commit e29d5eee54

View File

@ -81,7 +81,7 @@ packages=(
## Install packages
packages=(${packages[@]//starship/makedeb})
packages+=(mist)
packages+=(mist cmake ninja-build pkg-config)
for package in ${packages[@]}; do
echo "installing ${package}..."
@ -93,7 +93,11 @@ packages=(
{{- end }}
done
## curl -sS https://starship.rs/install.sh | sh
{{- if ne .chezmoi.username "root" }}
DEBIAN_FRONTEND=noninteractive sudo -E mist install starship
{{- else }}
DEBIAN_FRONTEND=noninteractive mist install starship
{{- end }}
echo -e "\033[0;32m>>>>> Finish Debian/Ubuntu Linux packages installation <<<<<\033[0m"