Skip to content

Instantly share code, notes, and snippets.

@zorbax
Created September 16, 2019 21:48
Show Gist options
  • Save zorbax/9091ef6f5192a69264b8ebc459b69ac4 to your computer and use it in GitHub Desktop.
Save zorbax/9091ef6f5192a69264b8ebc459b69ac4 to your computer and use it in GitHub Desktop.
#!/bin/bash
key1="409B6B1796C275462A1703113804BB82D39DC0E3"
key2="7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys $key1 $key2
curl -sSL https://get.rvm.io | bash
source $HOME/.rvm/scripts/rvm
echo "rvm_autoupdate_flag=0" >> ~/.rvmrc
echo "rvm_autoupdate_flag=2" >> ~/.rvmrc
rvm install 2.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment