summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-09-03 16:57:50 +0200
committerAndreas Maunz <andreas@maunz.de>2012-09-03 16:57:50 +0200
commitd1645d959ab2b0701ff6bd616d44ca7aaeaf0eca (patch)
treee376b480f89def3a3de0b5b74e727c4413c9c33b /bin
parent65538d053f8c05ae344b09cbcfd862395fadbbe4 (diff)
Fixed ruby version
Diffstat (limited to 'bin')
-rwxr-xr-xbin/opentox-client-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/opentox-client-install b/bin/opentox-client-install
index d52dace..61e2edf 100755
--- a/bin/opentox-client-install
+++ b/bin/opentox-client-install
@@ -6,9 +6,6 @@
SELF=$(basename $0 -install)
[ "`id -u`" = "0" ] && echo "This script must be run as non-root." 1>&2 && exit 1
-# Adjust ruby version here!
-RUBY_NUM_VER="1.9.3-p194"
-
echo
echo "Welcome to service installation (<Return> to continue)."
read delete_me
@@ -33,6 +30,9 @@ RUBY_DIR="$HOME/.rbenv/versions/$RUBY_NUM_VER"
check_utils "rbenv find"
check_log $SELF
+# Adjust ruby version here!
+RUBY_NUM_VER="1.9.3-p194"
+
# ruby
install_ruby