Change the cask upgrade process as it doesn't quite work as expected.

This commit is contained in:
Scott Wallace 2016-03-19 12:07:24 +00:00
parent 8041a208b5
commit f0cf089831

View file

@ -57,7 +57,8 @@ function install_Darwin_software {
#-------------------------------
brew upgrade
brew cleanup
( brew bundle --global check ) || ( cask-upgrade -y && cask-tidy )
brew bundle --global check
cask-upgrade -y && cask-tidy
brew cask cleanup
#-------------------------------
}