From 440937ef012fe679ed3018abf7f540c9de3791ed Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Wed, 24 Nov 2021 18:45:46 +0100 Subject: [PATCH] fix: use --yes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 125fbcc..71b8154 100755 --- a/install.sh +++ b/install.sh @@ -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..."