Skip to content

Instantly share code, notes, and snippets.

# The version of Ruby to be installed
ruby_ver="1.9.3-p429"
# The base path to the Ruby
ruby_home="/usr/local"
# Enable truly non interactive apt-get installs
export DEBIAN_FRONTEND=noninteractive
apt-get update