diff --git a/custompkg/root/etc/skel/Library/user-setup/040.install-homebrew.sh b/custompkg/root/etc/skel/Library/user-setup/040.install-homebrew.sh index 8f3412c..3f31fe7 100644 --- a/custompkg/root/etc/skel/Library/user-setup/040.install-homebrew.sh +++ b/custompkg/root/etc/skel/Library/user-setup/040.install-homebrew.sh @@ -11,3 +11,5 @@ if [[ ! -d ~/Library/Homebrew ]]; then curl -fsSL https://github.com/Homebrew/brew/tarball/master | \ tar --strip-components 1 -xvf - fi + +~/Library/Homebrew/bin/brew analytics off \ No newline at end of file