Revisions

gist: 140502 Download_button fork
public
Public Clone URL: git://gist.github.com/140502.git
install_gobby.sh
1
2
3
4
5
6
7
8
9
#!/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