From 8767cd3ed6bddcacbc9f0f41325e5a7616a4047c Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 7 Dec 2015 02:40:22 +0100 Subject: [PATCH] [IMP] Don't install screen --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 18a04ba..cae4957 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -20,7 +20,7 @@ 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 + apt-get -yq install curl dialog git zsh else if [ "$UID" != 0 ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi -- 2.0.0