Update software-install for compatibility with OS X Sierra.

This commit is contained in:
Scott Wallace 2017-04-11 20:21:05 +01:00
parent d80a50f600
commit e915de4a3a

View file

@ -79,7 +79,7 @@ function install_Darwin_software {
#-------------------------------
# OS X software update
#-------------------------------
softwareupdate -irv
softwareupdate -ia --verbose
#-------------------------------
}