Skip to content

Commit

Permalink
Add Software Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Oct 19, 2015
1 parent 49b8c7a commit 98fe4b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98fe4b4

Please sign in to comment.