From abf2e508939d808f714375814dc1407a9b8fecf8 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Mon, 17 Sep 2012 15:15:15 -0400 Subject: [PATCH] homebrew changed the installation url --- create-dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-dev-env.sh b/create-dev-env.sh index 3664129775..d28a5891d9 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -223,7 +223,7 @@ EO command -v brew &>/dev/null || { output "Installing brew" - /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" + /usr/bin/ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go) } command -v git &>/dev/null || { output "Installing git"