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