mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Default install packages to off.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user