Commit 1cd2417b7be01bc40cfb938b84f5a937f2d01c7c
1 parent
20475dd78e
Exists in
master
and in
2 other branches
install.sh - small changes
Showing 1 changed file with 4 additions and 2 deletions Side-by-side Diff
tools/install.sh
| ... | ... | @@ -19,16 +19,18 @@ if [ "$SHELL" != "$(which zsh)" ]; then |
| 19 | 19 | echo "ok" |
| 20 | 20 | |
| 21 | 21 | sudo apt-get -yq install curl dialog git nano zsh |
| 22 | +fi | |
| 23 | + | |
| 24 | +if [ 1 == 2 ]; then | |
| 22 | 25 | #sudo apt-get -yq python-setuptools |
| 23 | 26 | |
| 24 | 27 | #sudo easy_install pip |
| 25 | 28 | #sudo pip install virtualenvwrapper |
| 26 | -fi | |
| 27 | 29 | |
| 28 | -if [ 1 == 2 ]; then | |
| 29 | 30 | mkvirtualenv cb-meteor |
| 30 | 31 | pip install nodeenv |
| 31 | 32 | nodeenv -p |
| 33 | + | |
| 32 | 34 | # curl https://install.meteor.com/ | sh |
| 33 | 35 | fi |
| 34 | 36 |