Skip to content

Instantly share code, notes, and snippets.

View zofy29's full-sized avatar

Thanh Nguyen zofy29

View GitHub Profile
@zofy29
zofy29 / rbenv-install-system-wide.sh
Created December 23, 2020 13:57 — forked from v1nc3ntlaw/rbenv-install-system-wide.sh
rbenv install ruby 1.9.3-p448 on Ubuntu 12.04 LTS
#
# Run as root
# $ bash <(curl -s https://raw.github.com/gist/1631411)
#
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential git-core curl \
libssl-dev \