install Ruby in addition to just RVM
This commit is contained in:
parent
792a79443f
commit
5f9eab662d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ fi
|
||||||
|
|
||||||
if [[ -z $NORUBY ]]; then
|
if [[ -z $NORUBY ]]; then
|
||||||
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
||||||
curl -sSL https://get.rvm.io | bash -s stable
|
curl -sSL https://get.rvm.io | bash -s stable --ruby
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $NOVIM ]]; then
|
if [[ -z $NOVIM ]]; then
|
||||||
|
|
Loading…
Reference in a new issue