mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-30 05:23:18 +02:00
allow rolling with python 3.8
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user