From 116d12317ccd9ee5523da8492578395607767e97 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 17 Apr 2015 23:25:08 +0200 Subject: [PATCH] [FIX] install.sh --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index a313c75..4e4590b 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -12,7 +12,7 @@ set -e -if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then +if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ] && [ ! $DONTINSTALL ]; then apt-get -yq install curl dialog git nano zsh else if [ "$UID" != "0" ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi -- 2.0.0