Commit 8767cd3ed6bddcacbc9f0f41325e5a7616a4047c
1 parent
9284fee2bf
Exists in
master
and in
1 other branch
[IMP] Don't install screen
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
tools/install.sh
| ... | ... | @@ -20,7 +20,7 @@ if [ "$DONTINSTALL" eq "0" ]; then |
| 20 | 20 | echo "~~~ INSTALLING ~~~" |
| 21 | 21 | |
| 22 | 22 | if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then |
| 23 | - apt-get -yq install curl dialog git nano screen zsh | |
| 23 | + apt-get -yq install curl dialog git zsh | |
| 24 | 24 | else |
| 25 | 25 | if [ "$UID" != 0 ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi |
| 26 | 26 |