Last active
August 29, 2015 14:03
-
-
Save grzegorzblaszczyk/a113b02d8ff3af970f4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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