Skip to content

Commit d44278d

Browse files
authored
Merge pull request #2073 from kshtsk/wip-fedora-4x
Fedora 4x
2 parents bb07fbf + 37be439 commit d44278d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bootstrap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Linux)
3737
OS=$(echo $NAME | tr -d ' ')
3838
fi
3939
# rpm/dnf is the default, to reduce repetition in the case statement
40-
has_pkg="rpm --whatprovides"
40+
has_pkg="rpm -q --whatprovides"
4141
install_pkg="sudo dnf install -y"
4242
case "$OS" in
4343
Ubuntu|Debian|LinuxMint)
@@ -57,7 +57,6 @@ Linux)
5757
deps=($PYTHON-pip $PYTHON-devel libev-devel libvirt-devel libffi-devel)
5858
;;
5959
Fedora|FedoraLinux)
60-
PYTHON=python3.12
6160
deps=($PYTHON-pip $PYTHON-devel libev-devel libvirt-devel libffi-devel)
6261
;;
6362
"openSUSE project"|"SUSE LINUX"|"openSUSE"|"openSUSELeap"|"openSUSETumbleweed")

0 commit comments

Comments
 (0)