Update Homebrew install script
This commit is contained in:
parent
0d39ae5d66
commit
d586a6fbe1
2
Rakefile
2
Rakefile
@ -134,7 +134,7 @@ def install_homebrew
|
|||||||
puts "Installing Homebrew, the OSX package manager...If it's"
|
puts "Installing Homebrew, the OSX package manager...If it's"
|
||||||
puts "already installed, this will do nothing."
|
puts "already installed, this will do nothing."
|
||||||
puts "======================================================"
|
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
|
end
|
||||||
|
|
||||||
puts
|
puts
|
||||||
|
Loading…
Reference in New Issue
Block a user