From 93e270cb7182166bf144f7acd56977140a9c7111 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 12 May 2016 08:42:01 +0100 Subject: [PATCH] Disable Homebrew's Google Analytics tracking. --- bin/software-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/software-install b/bin/software-install index 950298f..a50d28c 100755 --- a/bin/software-install +++ b/bin/software-install @@ -39,6 +39,9 @@ function install_Darwin_software { fi #------------------------------- + # Disable Homebrew's Google Analytics tracking + brew analytics off + # Update Brew formulae if older than 24 hours find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec brew update \;