Skip to content

Instantly share code, notes, and snippets.

@objectsyndicate
Created July 11, 2012 17:31
Show Gist options
  • Save objectsyndicate/3091900 to your computer and use it in GitHub Desktop.
Save objectsyndicate/3091900 to your computer and use it in GitHub Desktop.
It's not ruby.
#!/bin/sh
curl http://pkgsrc.smartos.org/packages/Darwin/2012Q2/bootstrap.tar.gz \
| (cd /; sudo gnutar -zxpf -)
PATH=/usr/pkg/sbin:/usr/pkg/bin:$PATH
sudo pkgin -y update
sudo pkgin install mtr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment