Add support for Fedora 36 (#787)

This commit is contained in:
Jure Bajic
2023-02-17 10:47:36 +01:00
committed by GitHub
parent beaba0fc16
commit 15c8662023
10 changed files with 87 additions and 11 deletions

4
init
View File

@@ -113,8 +113,8 @@ if [[ "$setup_libs" == "true" ]]; then
fi
# Fix for centos 7 during release
if [ "${ARCHITECTURE}" = "centos-7" ]; then
python3 -m pip uninstall virtualenv
if [ "${DISTRO}" = "centos-7" ] || [ "${DISTRO}" = "debian-11" ]; then
python3 -m pip uninstall -y virtualenv
python3 -m pip install virtualenv
fi