From ba0ba90674753b7a927ee98f70005226d399c539 Mon Sep 17 00:00:00 2001 From: micziz <99438936+micziz@users.noreply.github.com> Date: Wed, 15 Jun 2022 15:40:55 +0200 Subject: [PATCH] Update install.sh Forgot to put install Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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