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