From 98fe4b4439e918ac530727481859134e745aa54c Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 20 Oct 2015 01:09:09 +0200 Subject: [PATCH] Add Software Update commands --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6084665..799cd46 100644 --- a/README.md +++ b/README.md @@ -1021,12 +1021,22 @@ installer -pkg /path/to/installer.pkg -target / ### Software Update +#### Install All Available Software Updates +```bash +sudo softwareupdate -ia +``` + #### Set Software Update Check Interval Set to check daily instead of weekly. ```bash defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1 ``` +#### Show Available Software Updates +```bash +sudo softwareupdate -l +``` + ### Spotlight #### Disable Indexing