From 9b08f2cb509e15d887da18b7168f6e1d13af8b44 Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 27 Oct 2015 00:55:02 +0100 Subject: [PATCH] [FIX] install.sh: DON'T ALWAYS INSTALL fi --- tools/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 3f5d461..3c9126b 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -13,10 +13,8 @@ set -e if [ ! -n "$DONTINSTALL" ]; then - DONTINSTALL="1" -fi + DONTINSTALL="1" -if [ ! $DONTINSTALL ]; then if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then apt-get -yq install curl dialog git nano screen zsh else -- 2.0.0