diff --git a/tools/install.sh b/tools/install.sh index 364e890..d33ced7 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -23,7 +23,7 @@ if [ "$SHELL" != "$(which zsh)" ]; then $CMD_PREFIX apt-get -yq install curl dialog git nano zsh fi -if [ 1 == 2 ]; then +if [ "1" == "2" ]; then #sudo apt-get -yq python-setuptools #sudo easy_install pip