From 60ee6bf401bc935dbd485a441e0c99b52c592c76 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 29 Mar 2016 20:19:19 +0100 Subject: [PATCH] Add OS X software update command. --- bin/software-install | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/software-install b/bin/software-install index b17035f..516bda9 100755 --- a/bin/software-install +++ b/bin/software-install @@ -53,7 +53,7 @@ function install_Darwin_software { #------------------------------- #------------------------------- - # Upgrade and clean + # Upgrade and clean Brew #------------------------------- brew upgrade brew cleanup @@ -61,6 +61,12 @@ function install_Darwin_software { cask-upgrade -y && cask-tidy brew cask cleanup #------------------------------- + + #------------------------------- + # OS X software update + #------------------------------- + softwareupdate -irv + #------------------------------- } echo "#-------------------------------"