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