Skip to content

Commit

Permalink
[common] Repalce python3-venv by python3.11-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 21, 2023
1 parent 01be8b6 commit 1f129bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function required_packages() {
case $DISTRO_NAME in
debian | ubuntu)
apt-get update &>>"$LOG_FILE"
apt-get install --no-install-recommends -y python3.11 python3.11-dev python3-pip python3-venv whiptail expect jq &>>"$LOG_FILE"
apt-get install --no-install-recommends -y python3.11 python3.11-dev python3-pip python3.11-venv whiptail expect jq &>>"$LOG_FILE"
;;
fedora)
dnf install -y python3.11 python3.11-devel python3-pip python3-virtualenv newt expect jq &>>"$LOG_FILE"
Expand Down

0 comments on commit 1f129bb

Please sign in to comment.