Add OS X software update command.

This commit is contained in:
Scott Wallace 2016-03-29 20:19:19 +01:00
parent 7f762f4416
commit 60ee6bf401

View file

@ -53,7 +53,7 @@ function install_Darwin_software {
#------------------------------- #-------------------------------
#------------------------------- #-------------------------------
# Upgrade and clean # Upgrade and clean Brew
#------------------------------- #-------------------------------
brew upgrade brew upgrade
brew cleanup brew cleanup
@ -61,6 +61,12 @@ function install_Darwin_software {
cask-upgrade -y && cask-tidy cask-upgrade -y && cask-tidy
brew cask cleanup brew cask cleanup
#------------------------------- #-------------------------------
#-------------------------------
# OS X software update
#-------------------------------
softwareupdate -irv
#-------------------------------
} }
echo "#-------------------------------" echo "#-------------------------------"