From 9b23fc93a9933d4aeda5b0ee1f64aa8d0ac9099f Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 10 Sep 2022 02:17:31 -0400 Subject: [PATCH] Add Microsoft Auto Updater Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 851b218..1609562 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ 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 microsoft-edge android-studio docker element github mullvadvpn visual-studio-code +brew install --cask android-studio docker element 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