From 4b60beb8a593fc8d11ee69d48e32877cd452d1e3 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 9 Jun 2020 09:33:33 -0400 Subject: [PATCH] fix: upgrade casks that don't autoupgrade --- home/bin/goodmorning.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/bin/goodmorning.sh b/home/bin/goodmorning.sh index 7c98ddb..c3c8f4f 100755 --- a/home/bin/goodmorning.sh +++ b/home/bin/goodmorning.sh @@ -16,6 +16,7 @@ mackup restore echo "* Homebrew updates..." brew bundle --global --no-lock brew upgrade +brew cask upgrade echo "* Upgrading mac app store apps..." mas upgrade