From 399c357c0850d88c7462d92fb97f3c7b0666274b Mon Sep 17 00:00:00 2001 From: BlackNet Dev Date: Sat, 24 Dec 2022 16:34:10 +0100 Subject: [PATCH] . --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1d1c4ce..542633f 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ cp ~/.zshrc ~/.zshrc.bak if [[ ! -f $(which starship 2>/dev/null) ]]; then echo "Installing starship..." - sh -c "$(curl -fsSL https://starship.rs/install.sh)" "" --unattended + sh -c "$(curl -fsSL https://starship.rs/install.sh)" "" fi # check if oh my zsh installed