From 091d909f1604b09fde64078c656a26135cdc4790 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 25 Sep 2014 18:30:41 +0200 Subject: [PATCH] change homebrew script url --- tasks/script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/script.yml b/tasks/script.yml index bf73846..3394247 100644 --- a/tasks/script.yml +++ b/tasks/script.yml @@ -2,6 +2,6 @@ # By Script - name: Ensure that homebrew is installed with the script method shell: > - ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" + ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" creates=/usr/local/Cellar