Skip to content

Instantly share code, notes, and snippets.

@douglasjarquin
Created June 14, 2011 17:58
Show Gist options
  • Save douglasjarquin/1025455 to your computer and use it in GitHub Desktop.
Save douglasjarquin/1025455 to your computer and use it in GitHub Desktop.
Update outdated Homebrew packages
brew upgrade `brew outdated | awk {'print $1'} | xargs`
@douglasjarquin
Copy link
Author

Updated to use the "brew upgrade" command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment