Added RVM

This commit is contained in:
2022-01-06 20:23:06 -08:00
parent e072f10ee7
commit 9b2b02a286

6
scripts/install-rvm.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
sudo apt-get install --assume-yes software-properties-common
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt-get update
sudo apt-get install --assume-yes rvm
sudo usermod -a -G rvm $USER