brew upgrade change

This commit is contained in:
James Walker 2015-05-31 17:29:56 -04:00
parent 62b3f3a7d4
commit c91db6b03c

View File

@ -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