osx/*: update page (#7665)

This commit is contained in:
Emily Grace Seville
2022-02-14 03:21:43 -08:00
committed by GitHub
parent b1326296cd
commit 692469016e
78 changed files with 151 additions and 107 deletions

View File

@@ -1,19 +1,20 @@
# softwareupdate
> A tool for updating macOS App Store apps via the command-line.
> More information: <https://ss64.com/osx/softwareupdate.html>.
- List all available updates:
`softwareupdate -l`
`softwareupdate --list`
- Download and install all updates:
`softwareupdate -ia`
`softwareupdate --install --all`
- Download and install all recommended updates:
`softwareupdate -ir`
`softwareupdate --install --req`
- Download and install a specific app:
`softwareupdate -i {{update_name}}`
`softwareupdate --install {{update_name}}`