Last Updated: February 25, 2016
·
1.095K
· raindog

update your mac from the command line

If you want to update your mac system from the command line you can digit:

sudo softwareupdate -i -a; brew update; brew upgrade; gem update

(or make an alias for it ;) )