From 047231e4de1c406672138afd2399df7652e5ea5f Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Wed, 10 Aug 2011 12:43:24 -0300 Subject: [PATCH] use newer official recommendation for installing homebrew. includes /usr/bin/ruby and different Github gist URL (subdomain instead of /raw). --- mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac b/mac index 1d7d7eda3..d344647c4 100644 --- a/mac +++ b/mac @@ -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 ..."