Merge pull request #425 from sagmor/fix-homebrew-install

Update Homebrew install script
This commit is contained in:
Yan Pritzker 2013-12-31 20:10:34 -08:00
commit a28a9e3ca0

View File

@ -134,7 +134,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 -fsSkL raw.github.com/mxcl/homebrew/go)"}
run %{ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"}
end
puts