Created
January 8, 2011 10:05
-
-
Save tumf/770731 to your computer and use it in GitHub Desktop.
usual update commands for MacPorts
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
#!/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