This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/posts/2015/updating-osx-from-command-line.md

534 B

date draft title tags
2015-09-05 false Update OS X from the command line
macOS

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