Skip to content

Commit

Permalink
use newer official recommendation for installing homebrew. includes /…
Browse files Browse the repository at this point in the history
…usr/bin/ruby and different Github gist URL (subdomain instead of /raw).
  • Loading branch information
Dan Croak committed Aug 10, 2011
1 parent 38d2458 commit 047231e
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 ..."
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
brew update

echo "Installing Postgres, a good open source relational database ..."
Expand Down

0 comments on commit 047231e

Please sign in to comment.