Add Software Update category and entry

This commit is contained in:
Marcel Bischoff 2015-10-18 19:03:45 +02:00
parent 44b87ebfed
commit c1b696127d

View File

@ -75,6 +75,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Root User](#root-user) - [Root User](#root-user)
- [Safe Mode Boot](#safe-mode-boot) - [Safe Mode Boot](#safe-mode-boot)
- [Software Installation](#software-installation) - [Software Installation](#software-installation)
- [Software Update](#software-update)
- [Spotlight](#spotlight) - [Spotlight](#spotlight)
- [Terminal](#terminal) - [Terminal](#terminal)
- [Alternative Terminals](#alternative-terminals) - [Alternative Terminals](#alternative-terminals)
@ -949,6 +950,14 @@ sudo nvram boot-args=""
installer -pkg /path/to/installer.pkg -target / installer -pkg /path/to/installer.pkg -target /
``` ```
### Software Update
#### Set Software Update Check Interval
Set to check daily instead of weekly.
```bash
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1
```
### Spotlight ### Spotlight
#### Disable Indexing #### Disable Indexing