Skip to content

Commit

Permalink
removed outdated gist of homebrew install script. now installs homebr…
Browse files Browse the repository at this point in the history
…ew using recommended command line invocation as here https://github.com/mxcl/homebrew/wiki/installation
  • Loading branch information
markchang committed Mar 16, 2012
1 parent 177803f commit 936ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -8,7 +8,7 @@ echo "Copying public key to clipboard. Paste it into your Github account ..."
open https://github.com/account/ssh

echo "Installing Homebrew, a good OS X package manager ..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
brew update

echo "Put Homebrew location earlier in PATH ..."
Expand Down

0 comments on commit 936ec97

Please sign in to comment.