From 0e1796ef94733f3bc5291664581d8d5d47cdda33 Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 21 Jul 2016 09:58:39 -0400 Subject: [PATCH] use `mas` instead of software update --- home/bin/goodmorning.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/bin/goodmorning.sh b/home/bin/goodmorning.sh index c0c8ecc..0d37ce8 100755 --- a/home/bin/goodmorning.sh +++ b/home/bin/goodmorning.sh @@ -6,6 +6,7 @@ sudo chef-client brew upgrade --all for i in $(brew cask list); do brew cask install $i; done brew cleanup +brew cask cleanup # updates from the app store -softwareupdate -i -a +mas upgrade