Changed ruby ver
This commit is contained in:
3
rvm.sh
3
rvm.sh
@ -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
|
Reference in New Issue
Block a user