From e915de4a3a49c883fc53751aa976714d1097e3c3 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 11 Apr 2017 20:21:05 +0100 Subject: [PATCH] Update software-install for compatibility with OS X Sierra. --- bin/software-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/software-install b/bin/software-install index dccb48f..c23a523 100755 --- a/bin/software-install +++ b/bin/software-install @@ -79,7 +79,7 @@ function install_Darwin_software { #------------------------------- # OS X software update #------------------------------- - softwareupdate -irv + softwareupdate -ia --verbose #------------------------------- }