From 724355e1c36ee2d0e66a8f5f91c7a714576b61fe Mon Sep 17 00:00:00 2001 From: 0xmachos <0xmachos@gmail.com> Date: Fri, 9 Mar 2018 13:28:22 +0000 Subject: [PATCH] Remove unused code --- install | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/install b/install index d532dd807..b067f032a 100755 --- a/install +++ b/install @@ -96,19 +96,6 @@ else fatal "Ruby is not installed. Please install Ruby ${MIN_RUBY_VER} (or newer) and restart the installer." fi -#if command_exists rbenv -#then -# info 'rbenv is installed' -#elif command_exists rvm -#then -# info 'rvm is installed' -#else -# fatal 'Could not find Ruby environment manager! -#Please install either RVM or rbenv and restart the installer -#For more information: -# * rbenv: https://github.com/rbenv/rbenv -# * rvm: https://rvm.io/rvm/install' -#fi