Created
June 14, 2011 17:58
-
-
Save douglasjarquin/1025455 to your computer and use it in GitHub Desktop.
Update outdated Homebrew packages
This file contains 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
brew upgrade `brew outdated | awk {'print $1'} | xargs` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated to use the "brew upgrade" command.