summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2013-02-17 16:21:37 +0100
committerAndreas Maunz <andreas@maunz.de>2013-02-17 16:21:37 +0100
commit2743068f2930fed2b2d64c0eba6e33f63634ed7a (patch)
treee449fcdb59c716432f15c750360b03ccfc997d94 /install
parent04303b88d749a10a481ece22812c9a360ee30904 (diff)
parent58f25b5b123331ac5480f34073a63e430370e0dc (diff)
Merge branch 'development' of github.com:opentox/install into development
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 0 insertions, 3 deletions
diff --git a/install b/install
index c9663ba..1dea679 100755
--- a/install
+++ b/install
@@ -71,11 +71,8 @@ if ! grep "rbenv" $OT_UI_CONF >/dev/null 2>&1 ; then
echo 'if ! echo "$PATH" | grep "$HOME/.rbenv/bin">/dev/null 2>&1; then export PATH="$HOME/.rbenv/bin:$PATH"; eval "$(rbenv init -)"; fi' >> $OT_UI_CONF
fi
-[ -f $HOME/.opentox/config/pc_descriptors.yaml ] || (cmd="cp pc_descriptors.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Pc descriptor file")
-[ -f $HOME/.opentox/config/jl_keys.yaml ] || (cmd="cp jl_keys.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Joelib keys file")
[ -f $OT_TOOLS_CONF ] || (cmd="cp ot-tools-user.sh $OT_TOOLS_CONF" && run_cmd "$cmd" "ot-tools.sh => $HOME/.opentox")
-
# Install global ruby version
. ./utils.sh
install_ruby global