Add Software Update category and entry
This commit is contained in:
parent
44b87ebfed
commit
c1b696127d
@ -75,6 +75,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Root User](#root-user)
|
||||
- [Safe Mode Boot](#safe-mode-boot)
|
||||
- [Software Installation](#software-installation)
|
||||
- [Software Update](#software-update)
|
||||
- [Spotlight](#spotlight)
|
||||
- [Terminal](#terminal)
|
||||
- [Alternative Terminals](#alternative-terminals)
|
||||
@ -949,6 +950,14 @@ sudo nvram boot-args=""
|
||||
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
|
||||
|
||||
#### Disable Indexing
|
||||
|
Loading…
Reference in New Issue
Block a user