From 6f5e9cf2041e696ef6fe53b1043683983ee61a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 3 Nov 2016 07:18:10 +0100 Subject: [PATCH] Use pre-release RVM in hope to fix fzf compilation issues --- common/configure_fresh_system | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 9508dd9c..ee11a226 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -127,7 +127,10 @@ if [[ -z $NORUBY ]]; then set +e source /usr/local/rvm/scripts/rvm source ~/.rvm/scripts/rvm + rvm remove 2.3.1 set -e + rvm get branch /bugfix/issue-3519 + rvm install 2.3.1 --disable-binary fi if [[ -z $NOVIM ]]; then