Set packages if does not exist

This commit is contained in:
ch3ll 2019-10-30 11:55:27 -04:00
parent 73ae07949b
commit 4f04c9562a
No known key found for this signature in database
GPG key ID: 1124C6796EBDBD8D

View file

@ -3864,6 +3864,7 @@ install_centos_git_deps() {
__git_clone_and_checkout || return 1
[ -z "${__PACKAGES}" ] && __PACKAGES=""
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -eq 3 ]; then
_py=${_PY_EXE}
if [ "$DISTRO_MAJOR_VERSION" -ge 8 ]; then