Skip to content

Instantly share code, notes, and snippets.

@grzegorzblaszczyk
Last active August 29, 2015 14:03
Show Gist options
  • Save grzegorzblaszczyk/a113b02d8ff3af970f4d to your computer and use it in GitHub Desktop.
Save grzegorzblaszczyk/a113b02d8ff3af970f4d to your computer and use it in GitHub Desktop.
#!/bin/bash
USERNAME=$1
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable
source /home/$USERNAME/.rvm/scripts/rvm
rvm install ruby-2.0.0-p353
cd /home/$USERNAME/
gem install passenger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment