summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-05-25 13:32:55 +0200
committerAndreas Maunz <andreas@maunz.de>2012-05-25 13:32:55 +0200
commit4d26a300f51d698c3558a89f7919caa92955321c (patch)
tree5e8bb44336442ed02c936ba21b92b6fd19424950 /config.sh
parentb5f9186a72cb2dc107e65e5d50baa57d42f7658d (diff)
Adjusted Ruby + Java Package hint
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 8ece62e..b8228c9 100755
--- a/config.sh
+++ b/config.sh
@@ -12,9 +12,10 @@ OT_BRANCH="development" # Maturity (development -you need SSH k
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"
OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
+# USE THIS FOR 64BIT: OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64"
# 3) What versions to install.
-RUBY_NUM_VER="1.8.7-2011.03"
+RUBY_NUM_VER="1.8.7-2012.02"
OB_NUM_VER="2.2.3"
KL_NUM_VER="0.9-11"
REDIS_NUM_VER="2.4.4"