Skip to content

Instantly share code, notes, and snippets.

@thewoolleyman
Created July 4, 2009 08:32
Show Gist options
  • Select an option

  • Save thewoolleyman/140502 to your computer and use it in GitHub Desktop.

Select an option

Save thewoolleyman/140502 to your computer and use it in GitHub Desktop.
#!/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