diff --git a/setup.sh b/setup.sh index 20271de..f0ffefc 100755 --- a/setup.sh +++ b/setup.sh @@ -11,7 +11,7 @@ EOS if ! (type "brew" > /dev/null 2>&1); then /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" if [ "$(uname -m)" == 'x86_64' ]; then - echo "eval \"\$(/opt/brew/bin/brew shellenv)\"" >> ~/.zprofile + echo "eval \"\$(/usr/local/bin/brew shellenv)\"" >> ~/.zprofile elif [ "$(uname -m)" == 'arm64' ]; then echo "eval \"\$(/opt/homebrew/bin/brew shellenv)\"" >> ~/.zprofile fi