summaryrefslogtreecommitdiff
path: root/ruby.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-08 11:53:29 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-08 11:53:29 +0100
commitfb7bf2cbea606780c6b3ba47b76f49a684f3f947 (patch)
treee87968e77d83efb6d93929a07cead6bdd1b2d152 /ruby.sh
parent15cd67433b6b57277c2da0efcf25c90be0513c1e (diff)
ruby instaler path fixed
Diffstat (limited to 'ruby.sh')
-rw-r--r--ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.sh b/ruby.sh
index 1cda326..31ea284 100644
--- a/ruby.sh
+++ b/ruby.sh
@@ -3,7 +3,7 @@
echo "Installing Ruby Enterprise"
cd /tmp
wget -O - "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" | tar zxv
-sh /tmp/ruby-enterprise-1.8.7-2010.03/installer --dont-install-useful-gems --no-dev-docs --auto=/opt/ruby-enterprise-1.8.7-2010.03
+sh /tmp/ruby-enterprise-1.8.7-2011.03/installer --dont-install-useful-gems --no-dev-docs --auto=/opt/ruby-enterprise-1.8.7-2010.03
sed -i '/^PATH=.*ruby-enterprise/d' /etc/profile
echo 'PATH=$PATH:/opt/ruby-enterprise-1.8.7-2010.03/bin' | tee -a /etc/profile
. /etc/profile