Skip to content

Instantly share code, notes, and snippets.

@tumf
Created January 8, 2011 10:05
Show Gist options
  • Save tumf/770731 to your computer and use it in GitHub Desktop.
Save tumf/770731 to your computer and use it in GitHub Desktop.
usual update commands for MacPorts
#!/bin/bash
port selfupdate \
&& port sync \
&& port outdated \
&& port upgrade installed \
&& port uninstall inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment