Add missing package Debian based venv (#330)

This commit is contained in:
bobslept 2021-12-22 16:49:29 +01:00 committed by GitHub
parent 3121e2f454
commit 5332dffdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function tool_install {
separator
if [ -f /etc/debian_version ]; then
detected_distro "Debian based"
apt install python3-dev python3-pip python3-setuptools dmidecode -y
apt install python3-dev python3-pip python3-venv python3-setuptools dmidecode -y
completed
complete_msg
elif [ -f /etc/redhat-release ]; then