fix: use --yes

This commit is contained in:
Tine Jozelj 2021-11-24 18:44:55 +01:00
parent a3a17b3dcb
commit 7b9ffcad92

View file

@ -21,7 +21,7 @@ echo "== zplug"
echo "== starship"
if ! starship --help > /dev/null
then
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
sh -c "$(curl -fsSL https://starship.rs/install.sh)" --yes
fi
echo "== Copying configuration files..."