Skip to content

Commit e31c259

Browse files
committed
Update Homebrew installation script
1 parent a28bc30 commit e31c259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77
# Download and install Homebrew
88
if [[ ! -x /usr/local/bin/brew ]]; then
99
echo "Info | Install | homebrew"
10-
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
10+
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1111
fi
1212

1313
# Modify the PATH

0 commit comments

Comments
 (0)