Skip to content

Commit

Permalink
Remove python3-venv from RPM distros.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhartmann committed Sep 14, 2023
1 parent 7f86b9e commit 1fe6bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function linux_install_deps {
if [ -x /bin/yum ]; then
yum clean expire-cache
yum check-update
$1 yum -q -y install curl make automake gcc gcc-c++ kernel-devel pkg-config bison flex autoconf libtool openssl-devel cmake python3 python3-venv
$1 yum -q -y install curl make automake gcc gcc-c++ kernel-devel pkg-config bison flex autoconf libtool openssl-devel cmake python3
#Installing dependencies for Ubuntu/Mint/Debian
elif [ -x /usr/bin/apt-get ]; then
$1 apt-get update
Expand Down

0 comments on commit 1fe6bb9

Please sign in to comment.