diff --git a/prepare.sh b/prepare.sh index 4363c1a..049c052 100644 --- a/prepare.sh +++ b/prepare.sh @@ -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