We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598270d commit 11e11aeCopy full SHA for 11e11ae
script/setup
@@ -38,7 +38,6 @@ if ! [ -x "$(command -v brew)" ]; then
38
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
39
echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.bash_profile
40
echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc
41
- # ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"pwd
42
else
43
echo "Homebrew already installed 👍"
44
fi
0 commit comments