summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2013-01-24 11:57:57 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2013-01-24 11:57:57 +0100
commitb47303f0d0f7effc0c410b7ba13c3d7e616e38c7 (patch)
tree8557db9f601cf7d6f6dc570c01e96f3db8d792c4 /install
parent00f48c56d8f3aa66acc37da88011f118c7bdd679 (diff)
Rm pc_descriptors from installer. Already stored in compound repo.
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 0 insertions, 2 deletions
diff --git a/install b/install
index 9057b3a..1dea679 100755
--- a/install
+++ b/install
@@ -71,10 +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 $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