fix: use --yes

This commit is contained in:
Tine Jozelj 2021-11-24 18:45:46 +01:00
parent 7b9ffcad92
commit 440937ef01

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)" --yes
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes
fi
echo "== Copying configuration files..."