summaryrefslogtreecommitdiff
path: root/ruby.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-07 13:49:53 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-07 13:49:53 +0100
commita6f62f2b87d5dbba9e5a11448cea86c1aa006faf (patch)
treecc9bd3c24232caf62891739e71e0f4812e7ad285 /ruby.sh
parentd3cea0a0d792b76464b0760c879d61e91725c675 (diff)
ruby enterprise and redis updated
Diffstat (limited to 'ruby.sh')
-rw-r--r--ruby.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby.sh b/ruby.sh
index 110d0cb..48e90af 100644
--- a/ruby.sh
+++ b/ruby.sh
@@ -2,10 +2,10 @@
echo "Installing Ruby Enterprise"
cd /tmp
-wget -O - "http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz" | tar zxv
-ruby-enterprise-1.8.7-2010.02/installer --dont-install-useful-gems --no-dev-docs --auto=/opt/ruby-enterprise-1.8.7-2010.02
+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
sed -i '/^PATH=.*ruby-enterprise/d' /etc/profile
-echo 'PATH=$PATH:/opt/ruby-enterprise-1.8.7-2010.02/bin' | tee -a /etc/profile
+echo 'PATH=$PATH:/opt/ruby-enterprise-1.8.7-2010.03/bin' | tee -a /etc/profile
. /etc/profile
gem sources -a http://gemcutter.org
gem sources -r http://rubygems.org/