summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_install.sh b/service_install.sh
index f2d44bd..77b9e46 100644
--- a/service_install.sh
+++ b/service_install.sh
@@ -12,7 +12,7 @@ cd $OT_PREFIX/opentox-client/bin
cd $OT_PREFIX/opentox-server/bin
./opentox-server-install silent
-for f in algorithm compound dataset feature model validation task opentox-test; do
+for f in task; do
git clone "https://github.com/opentox/$f.git" $OT_PREFIX/$f
cd $OT_PREFIX/$f
git checkout development 2>/dev/null