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