allow rolling with python 3.8

This commit is contained in:
rootzoll 2022-03-09 22:31:58 +01:00
parent 2315b438b6
commit 8ba04e90c0

View File

@ -322,7 +322,6 @@ elif [ -f "/usr/bin/python3.8" ]; then
# use python 3.8 if available
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
echo "python calls python3.8"
sudo make altinstall
else
echo "!!! FAIL !!!"
echo "There is no tested version of python present"