Disable Homebrew's Google Analytics tracking.

This commit is contained in:
Scott Wallace 2016-05-12 08:42:01 +01:00
parent a0d15d8d37
commit 93e270cb71

View file

@ -39,6 +39,9 @@ function install_Darwin_software {
fi fi
#------------------------------- #-------------------------------
# Disable Homebrew's Google Analytics tracking
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/.git -name FETCH_HEAD -mtime +0 -exec brew update \;