Default install packages to off.

This commit is contained in:
David Tomaschik
2015-11-11 18:59:12 -08:00
parent a0ce33ddb1
commit 742e2c10c3

View File

@@ -225,7 +225,7 @@ BASEDIR=${BASEDIR:-$HOME/.skel}
MINIMAL=${MINIMAL:-0}
INSTALL_KEYS=${INSTALL_KEYS:-1}
TRUST_ALL_KEYS=${TRUST_ALL_KEYS:-0}
INSTALL_PKGS=${INSTALL_PKGS:-$((1 - ${MINIMAL}))}
INSTALL_PKGS=${INSTALL_PKGS:-0}
# Check prerequisites
if [[ ! -d $BASEDIR ]] ; then