Add Software Installation category
This commit is contained in:
parent
607a773060
commit
de2fcc88e4
@ -52,6 +52,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Notification Center](#notification-center)
|
||||
- [Root User](#root-user)
|
||||
- [Safe Mode Boot](#safe-mode-boot)
|
||||
- [Software Installation](#software-installation)
|
||||
- [Kernel Extensions](#kernel-extensions)
|
||||
|
||||
|
||||
@ -519,6 +520,13 @@ sudo nvram boot-args="-x"
|
||||
sudo nvram boot-args=""
|
||||
```
|
||||
|
||||
### Software Installation
|
||||
|
||||
#### Install PKG
|
||||
```bash
|
||||
installer -pkg /path/to/installer.pkg -target /
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user