summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall18
1 files changed, 9 insertions, 9 deletions
diff --git a/install b/install
index cecf61d..d4aa117 100755
--- a/install
+++ b/install
@@ -61,21 +61,21 @@ echo
./4store-install # Download, compile and build 4store. Install to OT_PREFIX.
check_utils "git"
-if [ ! -d ~/.rbenv ]; then
- cmd="$GIT clone git://github.com/sstephenson/rbenv.git ~/.rbenv" && run_cmd "$cmd" "rbenv"
-else
- echo "NOTE: 'rbenv' already installed. Leaving untouched."
-fi
+#if [ ! -d ~/.rbenv ]; then
+# cmd="$GIT clone git://github.com/sstephenson/rbenv.git ~/.rbenv" && run_cmd "$cmd" "rbenv"
+#else
+# echo "NOTE: 'rbenv' already installed. Leaving untouched."
+#fi
-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
+#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 $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
+#install_ruby global
if [ $SILENT = false ]; then
notify