install: updated option to skip system python packages for setup.sh to be more appropriately named

This commit is contained in:
Blake Harnden 2022-09-14 22:43:33 -07:00
parent 5a81283fca
commit 78eb03cc65

View file

@ -4,7 +4,7 @@ PYTHON="${PYTHON:=python3}"
PYTHON_DEP="${PYTHON_DEP:=python3}"
# install pre-reqs using yum/apt
if [ -z "${NO_PYTHON}" ]; then
if [ -z "${NO_SYSTEM}" ]; then
if command -v apt &> /dev/null
then
echo "setup to install CORE using apt"