Created
January 28, 2016 19:06
-
-
Save bouassaba/2a0e9a01955f713864d8 to your computer and use it in GitHub Desktop.
OS X CLI Update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# find and list software updates | |
softwareupdate -l | |
# install the updates | |
softwareupdate -i -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment