From 936ec979da18910296216bb6ebde83cdc5547f53 Mon Sep 17 00:00:00 2001 From: "Mark L. Chang" Date: Thu, 15 Mar 2012 23:54:43 -0300 Subject: [PATCH] removed outdated gist of homebrew install script. now installs homebrew using recommended command line invocation as here https://github.com/mxcl/homebrew/wiki/installation --- mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac b/mac index 55f914337..f6bcf3624 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 ..." - /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 ..."