From f8f5d4a38549adec766e5db1b2d0141895d3e9aa Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Wed, 27 Nov 2019 14:38:42 -0800 Subject: [PATCH] Update brew.sh Turn off analytics --- brew.sh | 3 +++ 1 file changed, 3 insertions(+) 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