Check available updates with softwareupdate -l
.
Install all updates with sudo softwareupdate -iaR
:
- install all available software updates (
-i
) - automatically agree to any licenses (
-a
) - restart if needed (
-R
)
Check available updates with softwareupdate -l
.
Install all updates with sudo softwareupdate -iaR
:
-i
)-a
)-R
)