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