summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-08 11:49:42 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-08 11:49:42 +0100
commit15cd67433b6b57277c2da0efcf25c90be0513c1e (patch)
tree5be1c0e3bc2eb8190bf69b438293ec85b2108892
parent26037d5c6b734ce2afec34d1b2c5cd9ccafdcd3d (diff)
ruby instaler path fixed
-rw-r--r--ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.sh b/ruby.sh
index 48e90af..1cda326 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
-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-2010.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