Skip to content

Commit

Permalink
Merge pull request #1950 from rishabh-d-dave/bootstrap-fedora-fix
Browse files Browse the repository at this point in the history
boostrap: expect "FedoraLinux" along with "Fedora"
  • Loading branch information
zmc authored May 30, 2024
2 parents e1979f0 + 151c68c commit 3391829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Linux)
fi
fi
;;
Fedora)
Fedora|FedoraLinux)
PYTHON=python3.12
deps=($PYTHON-pip $PYTHON-devel)
deps=($PYTHON-pip $PYTHON-devel libev-devel libvirt-devel libffi-devel)
Expand Down

0 comments on commit 3391829

Please sign in to comment.