Skip to content

Instantly share code, notes, and snippets.

@Kr0n0
Created January 9, 2019 06:23
Show Gist options
  • Save Kr0n0/577fc2c63d4f7823a11cf4d58f8cfc09 to your computer and use it in GitHub Desktop.
Save Kr0n0/577fc2c63d4f7823a11cf4d58f8cfc09 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Basic MacPorts maintenance
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