From 5a66d0a643e8067b397d7a5c765365985fcbdee1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 4 May 2018 16:06:22 +0200 Subject: [PATCH] Update all stuff that requires updating --- scripts/system-update.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/system-update.sh b/scripts/system-update.sh index 529ddbc..2494040 100755 --- a/scripts/system-update.sh +++ b/scripts/system-update.sh @@ -1,8 +1,5 @@ echo "Downloading and installing recommended system updates..." -softwareupdate --install --verbose \ - --ignore "iTunes" \ - --ignore "iBooks Update" \ - --ignore "macOS High Sierra" +softwareupdate --install --verbose --recommended # We don't want our system changing on us or restarting to update. Disable # automatic updates. -- GitLab