Changed ruby ver

This commit is contained in:
2022-12-13 11:22:18 -08:00
parent 42bfbadd8f
commit ef68e3f578

3
rvm.sh
View File

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