summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-12 12:38:09 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-12 12:38:09 +0200
commit8d008b855f8c98ea076340586250f6eb061b2920 (patch)
tree27d80a94ac8a7d0d1aa09a59f94c7024cb7ebae4 /bin
parent1d0c46a9711050e116147437fbb334bd800324f3 (diff)
github gems removed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/opentox-install-ubuntu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/opentox-install-ubuntu.sh b/bin/opentox-install-ubuntu.sh
index 75faff7..8bab138 100755
--- a/bin/opentox-install-ubuntu.sh
+++ b/bin/opentox-install-ubuntu.sh
@@ -90,9 +90,9 @@ sudo apt-get install postgresql-server-dev-8.4 | tee -a $INSTALLLOG
#echo "Installing gems jeweler sinatra emk-sinatra-url-for dm-core cehoffman-sinatra-respond_to rest-client rack-contrib thin cucumber datamapper data_objects do_sqlite3 rinruby"
sudo gem install jeweler | tee -a $INSTALLLOG
sudo gem install sinatra | tee -a $INSTALLLOG
-sudo gem install emk-sinatra-url-for -s http://gems.github.com | tee -a $INSTALLLOG
+sudo gem install sinatra-url-for | tee -a $INSTALLLOG
sudo gem install dm-core | tee -a $INSTALLLOG
-sudo gem install cehoffman-sinatra-respond_to -s http://gems.github.com | tee -a $INSTALLLOG
+sudo gem install sinatra-respond_to | tee -a $INSTALLLOG
sudo gem install rest-client | tee -a $INSTALLLOG
sudo gem install rack-contrib | tee -a $INSTALLLOG
sudo gem install thin | tee -a $INSTALLLOG