need some defaults for quickstart and auto accept keys.

This commit is contained in:
Gareth J. Greenaway 2023-07-13 10:36:49 -07:00 committed by Pedro Algarvio
parent 0f636544eb
commit ab7bf7901c

View file

@ -277,6 +277,8 @@ _MINIMUM_PIP_VERSION="9.0.1"
_MINIMUM_SETUPTOOLS_VERSION="9.1"
_POST_NEON_PIP_INSTALL_ARGS="--prefix=/usr"
_PIP_DOWNLOAD_ARGS=""
_QUICK_START="$BS_FALSE"
_AUTO_ACCEPT_MINION_KEYS="$BS_FALSE"
# Defaults for install arguments
ITYPE="stable"