Make install_starship() idempotent

This commit is contained in:
Jeffrey Serio 2024-11-24 05:06:58 -06:00
parent fb4cc4abfa
commit adced97c43

View File

@ -178,7 +178,9 @@ install_makedeb_prebuilt_packages() {
# interactive
install_starship() {
if ! test -f "$(command -v starship)"; then
curl -sS https://starship.rs/install.sh | sh
fi
}
function install_packages() {