Add OS X software update command.
This commit is contained in:
parent
7f762f4416
commit
60ee6bf401
|
@ -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 "#-------------------------------"
|
||||
|
|
Loading…
Reference in a new issue