Skip to content

Instantly share code, notes, and snippets.

@beatrizuezu
Forked from breim/bea_tada.sh
Created June 3, 2018 01:40
Show Gist options
  • Save beatrizuezu/758eb66c29e9f0c19078eb13b5b0db1c to your computer and use it in GitHub Desktop.
Save beatrizuezu/758eb66c29e9f0c19078eb13b5b0db1c to your computer and use it in GitHub Desktop.
# Dist .sh initial
sudo apt-get install curl build-essential openssl libreadline6 libreadline6-dev git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison
# get rvm
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm requirements
# install last ruby version
rvm install 2.3.3
rvm use 2.3.3 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment