diff --git a/scripts/system-update.sh b/scripts/system-update.sh
index 529ddbcbf50d07b4bd76520addfc166fbc2ee74b..2494040868008995b883b4f987eae86f6f13661b 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.