Added ruby

This commit is contained in:
2022-12-13 11:21:25 -08:00
parent 27ae07e819
commit 42bfbadd8f

5
rvm.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
\curl -sSL https://get.rvm.io | bash
source $HOME/.rvm/scripts/rvm
rvm install 2.1
echo "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && source \"$HOME/.rvm/scripts/rvm\" # Load RVM into a shell session *as a function*" >> $HOME/.bashrc