Add missing package Debian based venv (#330)
This commit is contained in:
parent
3121e2f454
commit
5332dffdb7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue