Fixed ruby jank
This commit is contained in:
4
rvm.sh
4
rvm.sh
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
\curl -sSL https://get.rvm.io | bash
|
\curl -sSL https://get.rvm.io | bash
|
||||||
source $HOME/.rvm/scripts/rvm
|
source $HOME/.rvm/scripts/rvm
|
||||||
rvm install 2.7.5
|
sudo pacman -S openssl-1.1 -q --noconfirm
|
||||||
|
rvm pkg install openssl
|
||||||
|
rvm install 2.7.5 --with-openssl-dir=$HOME/.rvm/usr
|
||||||
rvm use 2.7.5 --default
|
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
|
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