diff --git a/brew.sh b/brew.sh index 26508ee43dd..c3a9c336e83 100755 --- a/brew.sh +++ b/brew.sh @@ -2,6 +2,9 @@ # Install command-line tools using Homebrew. +# Turn off analytics +brew analytics off + # Make sure we’re using the latest Homebrew. brew update