From 1cd2417b7be01bc40cfb938b84f5a937f2d01c7c Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 20:08:08 +0200 Subject: [PATCH] install.sh - small changes --- tools/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 84671f6..c3815f2 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -19,16 +19,18 @@ if [ "$SHELL" != "$(which zsh)" ]; then echo "ok" sudo apt-get -yq install curl dialog git nano zsh +fi + +if [ 1 == 2 ]; then #sudo apt-get -yq python-setuptools #sudo easy_install pip #sudo pip install virtualenvwrapper -fi -if [ 1 == 2 ]; then mkvirtualenv cb-meteor pip install nodeenv nodeenv -p + # curl https://install.meteor.com/ | sh fi -- 2.0.0