diff --git a/install.sh b/install.sh index 96c04c7..5cb1c1b 100644 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ done function install_macos(){ if [ ! command -v brew &> /dev/null ]; then - NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" + NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" if [[ uname -m == "x86_64" ]]; then echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile else