From a72eb68c75a07760221f0357c76fa08856448784 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:19:22 +0000 Subject: [PATCH] Update macos.sh --- macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos.sh b/macos.sh index 6852e78..30a8e28 100644 --- a/macos.sh +++ b/macos.sh @@ -69,7 +69,7 @@ echo 'PATH=$PATH:~/homebrew/sbin:~/homebrew/bin' >> .zshrc chsh -s /bin/zsh brew update export HOMEBREW_NO_ANALYTICS=1 -sudo brew analytics off +brew analytics off #Manage Hosts File sudo curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | sudo tee -a /etc/hosts