From 631db5c4d88ee890b96e84ea52ba304221be2937 Mon Sep 17 00:00:00 2001 From: Johan Bichel Lindegaard Date: Thu, 13 Feb 2020 20:48:07 +0100 Subject: [PATCH] brew cask cleanup has been removed See https://github.com/Homebrew/brew/issues/4660 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b486e11cc..219a6fc80 100755 --- a/install.sh +++ b/install.sh @@ -1198,6 +1198,6 @@ for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \ killall "${app}" > /dev/null 2>&1 done -brew update && brew upgrade && brew cleanup && brew cask cleanup +brew update && brew upgrade && brew cleanup bot "Woot! All done"