Update 000.install-homebrew.sh

master
Jeffrey Paul 4 years ago committed by GitHub
parent b7f49d9c0f
commit 4b6f5281cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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

Loading…
Cancel
Save