From c05a2c8813d5c7509c06f8bd3b30b71045740f8c Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 10 Sep 2022 02:18:34 -0400 Subject: [PATCH] free-gpgmail is a cask Signed-off-by: Tommy --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1609562..3e7d0b3 100644 --- a/install.sh +++ b/install.sh @@ -13,8 +13,8 @@ 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 butane gnu-sed hugo openssl -brew install --cask android-studio docker element github microsoft-auto-update microsoft-edge mullvadvpn visual-studio-code +brew install butane gnu-sed hugo openssl +brew install --cask android-studio docker element free-gpgmail github microsoft-auto-update microsoft-edge mullvadvpn visual-studio-code #Add app cleaner curl --fail --output /usr/local/bin/app-cleaner.sh https://raw.githubusercontent.com/sunknudsen/privacy-guides/master/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/app-cleaner.sh