Added RVM
This commit is contained in:
6
scripts/install-rvm.sh
Executable file
6
scripts/install-rvm.sh
Executable 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
|
Reference in New Issue
Block a user