We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7ab06 commit 1d6e8e5Copy full SHA for 1d6e8e5
utils/common.sh
@@ -191,7 +191,7 @@ function required_packages() {
191
PYTHON_VERSION="3.11"
192
case "$DISTRO_NAME" in
193
debian | ubuntu)
194
- [ "$DISTRO_VERSION_ID" -lt 12 ] && PYTHON_VERSION="3"
+ [ "$DISTRO_VERSION_ID" == "11" ] && PYTHON_VERSION="3"
195
export PYTHON_VERSION
196
apt-get update &>>"$LOG_FILE"
197
apt-get install --no-install-recommends -y "python${PYTHON_VERSION}" "python${PYTHON_VERSION}-dev" python3-pip "python${PYTHON_VERSION}-venv" whiptail expect jq &>>"$LOG_FILE"
0 commit comments