Created
July 4, 2009 08:32
-
-
Save thewoolleyman/140502 to your computer and use it in GitHub Desktop.
This file contains hidden or 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/s | |
| sudo port selfupdate | |
| sudo port upgrade outdated | |
| sudo port clean gobby | |
| sudo port -d install gobby 2>&1 | tee gobby.log | |
| # If any gobby dependency fails to build/install, | |
| # try "sudo port clean --work <whatever package won't install>", | |
| # then try to install gobby again. | |
| # See http://trac.macports.org/ticket/20159 and http://trac.macports.org/ticket/20183 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment