Update the software-install script to use the new Homebrew location.

This commit is contained in:
Scott Wallace 2016-09-29 09:30:20 +01:00
parent d9b4bc0cf3
commit 916fe6dfab

View file

@ -54,7 +54,7 @@ function install_Darwin_software {
brew analytics off brew analytics off
# Update Brew formulae if older than 24 hours # 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 # Install homebrew/bundle tap if we don't have it
[ -d /usr/local/Library/Taps/homebrew/homebrew-bundle ] || brew tap homebrew/bundle [ -d /usr/local/Library/Taps/homebrew/homebrew-bundle ] || brew tap homebrew/bundle