diff --git a/tools/install.sh b/tools/install.sh index f645221..18a04ba 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -12,10 +12,12 @@ set -e -if [ ! -n "$DONTINSTALL" ] || [ ! "$DONTINSTALL" eq "0" ]; then - echo "~~~ INSTALLING ~~~" - +if [ ! -n "$DONTINSTALL" ]; then DONTINSTALL="1" +fi + +if [ "$DONTINSTALL" eq "0" ]; then + echo "~~~ INSTALLING ~~~" if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then apt-get -yq install curl dialog git nano screen zsh