Skip to content

Instantly share code, notes, and snippets.

View joelhelbling's full-sized avatar
🌌
Personality is not an artifact of the material world.

Joel Helbling joelhelbling

🌌
Personality is not an artifact of the material world.
View GitHub Profile
#!/usr/bin/env bash
export RUBY_MAJOR=2.1
export RUBY_VERSION=ruby-2.1.1
export RUBY_URL=http://cache.ruby-lang.org/pub/ruby/$RUBY_MAJOR/$RUBY_VERSION.tar.gz
apt-get -y update
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp