Commit 989d1c05 by David Ormsbee

Merge pull request #710 from MITx/jarv/new-brew-install-url

homebrew changed the installation url
parents f2ae0c1e abf2e508
......@@ -223,7 +223,7 @@ EO
command -v brew &>/dev/null || {
output "Installing brew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
/usr/bin/ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
}
command -v git &>/dev/null || {
output "Installing git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment