Skip to content

Instantly share code, notes, and snippets.

View tristanholl's full-sized avatar

Tristan Holl tristanholl

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tristanholl on github.
  • I am tristanholl (https://keybase.io/tristanholl) on keybase.
  • I have a public key whose fingerprint is FC84 FB8A 493D D937 EE03 33D9 8660 67D7 76E4 A575

To claim this, I am signing this object:

#!/usr/bin/env bash
apt-get -y update
apt-get -y dist-upgrade
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp
wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz
tar -xvzf ruby-2.0.0-p353.tar.gz
cd ruby-2.0.0-p353/
./configure --prefix=/usr/local
make