Update to Homebrew app install path.

This commit is contained in:
Ted Mullen 2014-10-18 10:23:16 -07:00
parent f2fdd4506d
commit 7a74702693

View File

@ -157,7 +157,7 @@ def install_homebrew
puts "Installing Homebrew, the OSX package manager...If it's"
puts "already installed, this will do nothing."
puts "======================================================"
run %{ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"}
run %{ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"}
end
puts