Skip to content

Instantly share code, notes, and snippets.

@erickthered
Created December 5, 2016 20:59
Show Gist options
  • Save erickthered/5b4d782164feef03e613c9bab6e9c58d to your computer and use it in GitHub Desktop.
Save erickthered/5b4d782164feef03e613c9bab6e9c58d to your computer and use it in GitHub Desktop.
Script that automates macports upgrade procedure.
#/bin/bash
sudo port selfupdate
sudo port upgrade outdated
sudo port uninstall inactive
sudo port uninstall leaves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment