unpin python3.11
This commit is contained in:
@@ -275,9 +275,9 @@ new_install() {
|
|||||||
if [ $INSTALL -eq 2 ]; then
|
if [ $INSTALL -eq 2 ]; then
|
||||||
apt-get update > /dev/null
|
apt-get update > /dev/null
|
||||||
PYV=$(python3 -c"import sys; print(sys.version_info.minor)")
|
PYV=$(python3 -c"import sys; print(sys.version_info.minor)")
|
||||||
if [ $PYV -gt 11 ]; then
|
#if [ $PYV -gt 11 ]; then
|
||||||
PYVERSION='python3.11'
|
# PYVERSION='python3.11'
|
||||||
fi
|
#fi
|
||||||
deb_packages
|
deb_packages
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user