Commit 9b08f2cb509e15d887da18b7168f6e1d13af8b44
1 parent
8f57b7c38b
Exists in
master
and in
1 other branch
[FIX] install.sh: DON'T ALWAYS INSTALL
fi
Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -13,10 +13,8 @@ |
13 | 13 | set -e |
14 | 14 | |
15 | 15 | if [ ! -n "$DONTINSTALL" ]; then |
16 | - DONTINSTALL="1" | |
17 | -fi | |
16 | + DONTINSTALL="1" | |
18 | 17 | |
19 | -if [ ! $DONTINSTALL ]; then | |
20 | 18 | if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then |
21 | 19 | apt-get -yq install curl dialog git nano screen zsh |
22 | 20 | else |