Skip to content

Commit

Permalink
Invalid homebrew path in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
karia committed Dec 22, 2023
1 parent 2aba00b commit 4d95366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d95366

Please sign in to comment.