534 B
534 B
date | draft | title | tags | |
---|---|---|---|---|
2015-09-05 | false | Update OS X from the command line |
|
If you don't want to bother dealing with the Mac App Store you can check for any recent updates for OS X from the command:
sudo softwareupdate -i -a
You can also combine this with commands to run Homebrew and Cask updates (allowing you to quickly update things quickly and efficiently):
sudo softwareupdate -i -a && brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup