Skip to content

Instantly share code, notes, and snippets.

View mabahamo's full-sized avatar

Manuel Bahamóndez-Honores mabahamo

View GitHub Profile
#!/usr/bin/env bash
apt-get -y update
#ubuntu:
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline-gplv2-dev libyaml-dev git-core python-setuptools libpq-dev sqlite3 libsqlite3-dev
#debian
#apt-get -y install build-essential zlib1g-dev libssl-dev libreadline5-dev libyaml-dev git-core python-setuptools libpq-dev sqlite3 libsqlite3-dev gcc
cd /tmp
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz
tar -xvzf ruby-1.9.3-p448.tar.gz
cd ruby-1.9.3-p448/