fixup! Add support for Fedora 40

This commit is contained in:
Dorian Stoll 2024-03-01 12:34:41 +01:00
parent cfbf70ce88
commit fcdab44b7f
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -24,6 +24,9 @@ setup-builddeps)
# Install build dependencies
dnf builddep kernel
# TODO: remove with 6.8
dnf install bpftool
# Install additional build dependencies
dnf install sbsigntools
;;