Skip to content

CyberSkull/macportupdate.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

macportupdate.sh

Simple script to update MacPorts and remove old versions

This script runs several commands for a plain vanilla setup of MacPorts.

  • port selfupdate - MacPort updates itself.
  • port list outdated - Prints a list of outdated programs.
  • port upgrade outdated - Updates the outdated programs.
  • port uninstall inactive - Uninstalls the inactive (old) versions.

Installation: Drop it wherever you wish in your $PATH. I keep my in ~/bin/macportupdate.sh. To use, just run sudo macportupdate.sh.

About

Simple script to update macports and remove old versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages