Fixed ruby jank

This commit is contained in:
2022-12-13 11:49:44 -08:00
parent ef68e3f578
commit cd6053ebaf

4
rvm.sh
View File

@ -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