From 0acadc22ab5e1f3a0c473bc5504c0b2b7e3cbe7e Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 22 Jun 2022 02:41:56 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index f49b146..aacbfe4 100644 --- a/install.sh +++ b/install.sh @@ -4,8 +4,10 @@ defaults write com.apple.mail EnableBundles -bool true echo "export HOMEBREW_NO_ANALYTICS=1" >> ~/.zshrc echo "gpgconf --launch gpg-agent" >> ~/.zshrc echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc + #Comment this line out if on Intel Mac echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> ~/.zshrc + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew tap homebrew/autoupdate brew install free-gpgmail android-platform-tools