Add Software Update commands

This commit is contained in:
Marcel Bischoff 2015-10-20 01:09:09 +02:00
parent 49b8c7a428
commit 98fe4b4439

View File

@ -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