Commit 3a876068b59c404ba6e4ef35c24b5fa4444e54e1
Exists in
master
and in
2 other branches
Merge branch 'master' of git.str8.biz:mj/zsh-config
Showing 1 changed file Side-by-side Diff
tools/install.sh
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | |
| 13 | 13 | set -e |
| 14 | 14 | |
| 15 | -if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then | |
| 15 | +if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ] && [ ! $DONTINSTALL ]; then | |
| 16 | 16 | apt-get -yq install curl dialog git nano zsh |
| 17 | 17 | else |
| 18 | 18 | if [ "$UID" != "0" ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi |