We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb07fbf + 37be439 commit d44278dCopy full SHA for d44278d
1 file changed
bootstrap
@@ -37,7 +37,7 @@ Linux)
37
OS=$(echo $NAME | tr -d ' ')
38
fi
39
# rpm/dnf is the default, to reduce repetition in the case statement
40
- has_pkg="rpm --whatprovides"
+ has_pkg="rpm -q --whatprovides"
41
install_pkg="sudo dnf install -y"
42
case "$OS" in
43
Ubuntu|Debian|LinuxMint)
@@ -57,7 +57,6 @@ Linux)
57
deps=($PYTHON-pip $PYTHON-devel libev-devel libvirt-devel libffi-devel)
58
;;
59
Fedora|FedoraLinux)
60
- PYTHON=python3.12
61
62
63
"openSUSE project"|"SUSE LINUX"|"openSUSE"|"openSUSELeap"|"openSUSETumbleweed")
0 commit comments