summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-12 13:09:17 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-12 13:09:17 +0200
commit684e7ef922bcd4f442f20141b8265b8ff034d7a5 (patch)
treec8f7017b60666dfb664255901b5bba2267537f4a /bin
parent729c84cec1b4c32b69417e8d55762c698cc1bcd6 (diff)
emk-sinatra-url-for reintroduced (not available on gemcutter)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/opentox-install-ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/opentox-install-ubuntu.sh b/bin/opentox-install-ubuntu.sh
index 8bab138..ae4807d 100755
--- a/bin/opentox-install-ubuntu.sh
+++ b/bin/opentox-install-ubuntu.sh
@@ -90,7 +90,7 @@ 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 sinatra-url-for | tee -a $INSTALLLOG
+sudo gem install emk-sinatra-url-for -s http://gems.github.com | tee -a $INSTALLLOG
sudo gem install dm-core | tee -a $INSTALLLOG
sudo gem install sinatra-respond_to | tee -a $INSTALLLOG
sudo gem install rest-client | tee -a $INSTALLLOG