From 916fe6dfab715b6efc88f6ee16a19827ed140398 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 29 Sep 2016 09:30:20 +0100 Subject: [PATCH] Update the software-install script to use the new Homebrew location. --- bin/software-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/software-install b/bin/software-install index c3692ac..e059c3b 100755 --- a/bin/software-install +++ b/bin/software-install @@ -54,7 +54,7 @@ function install_Darwin_software { brew analytics off # Update Brew formulae if older than 24 hours - find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec brew update \; + find /usr/local/Homebrew/.git -name FETCH_HEAD -mtime +0 -exec brew update \; # Install homebrew/bundle tap if we don't have it [ -d /usr/local/Library/Taps/homebrew/homebrew-bundle ] || brew tap homebrew/bundle