From 5f9eab662d23c1a8c74065b6eca0cec9581de39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Thu, 11 Aug 2016 14:53:45 +0200 Subject: [PATCH] install Ruby in addition to just RVM --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 24b4d94d..fc818a8c 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -101,7 +101,7 @@ fi if [[ -z $NORUBY ]]; then 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 if [[ -z $NOVIM ]]; then