Disable Homebrew's Google Analytics tracking.
This commit is contained in:
parent
a0d15d8d37
commit
93e270cb71
|
@ -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 \;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue