From c91db6b03cc9379a5c6206a687af6df630a2f9f0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 31 May 2015 17:29:56 -0400 Subject: [PATCH] brew upgrade change --- home/bin/goodmorning.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/goodmorning.sh b/home/bin/goodmorning.sh index 2822b3c..cb31959 100755 --- a/home/bin/goodmorning.sh +++ b/home/bin/goodmorning.sh @@ -3,7 +3,7 @@ # system setup sudo chef-client # rvm gemset reset_env # rvm cookbook breaks this -brew upgrade +brew upgrade --all for i in $(brew cask list); do brew cask install $i; done brew cleanup # updates from the app store