From 4b6f5281cb34874507ca91a222e8f48f463ce17a Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 28 Nov 2019 09:28:55 -0800 Subject: [PATCH] Update 000.install-homebrew.sh --- .../root/etc/skel/Library/user-setup/000.install-homebrew.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custompkg/root/etc/skel/Library/user-setup/000.install-homebrew.sh b/custompkg/root/etc/skel/Library/user-setup/000.install-homebrew.sh index d42f883..8f3412c 100644 --- a/custompkg/root/etc/skel/Library/user-setup/000.install-homebrew.sh +++ b/custompkg/root/etc/skel/Library/user-setup/000.install-homebrew.sh @@ -1,5 +1,10 @@ #!/bin/bash ############################################# install homebrew under homedir + +# reminder: homebrew is *spyware*. using it in the default configuration is +# *unsafe*. other scripts elsewhere set HOMEBREW_NO_ANALYTICS to disable +# its spying; do not use this file in isolation. + if [[ ! -d ~/Library/Homebrew ]]; then mkdir -p ~/Library/Homebrew cd ~/Library/Homebrew