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 a28bc30 commit e31c259Copy full SHA for e31c259
bootstrap.sh
@@ -7,7 +7,7 @@ fi
7
# Download and install Homebrew
8
if [[ ! -x /usr/local/bin/brew ]]; then
9
echo "Info | Install | homebrew"
10
- ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
+ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
11
fi
12
13
# Modify the PATH
0 commit comments