From ba1b8834d4d2016bb3d519f8a458bbcbfe221b10 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Wed, 30 Oct 2024 15:42:23 +0000 Subject: [PATCH] chore: enable evdi builds for F41 (#258) Co-authored-by: Benjamin Sherman Co-authored-by: Noel Miller <4983138+noelmiller@users.noreply.github.com> --- build-kmod-evdi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-kmod-evdi.sh b/build-kmod-evdi.sh index b2785f05..00e33703 100755 --- a/build-kmod-evdi.sh +++ b/build-kmod-evdi.sh @@ -8,7 +8,7 @@ RELEASE="$(rpm -E '%fedora')" cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo /etc/yum.repos.d/ -if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then +if [[ "${FEDORA_MAJOR_VERSION}" -ge 42 ]]; then if dnf search displaylink | grep -qv "displaylink"; then echo "Skipping build of evdi; displaylink net yet provided by negativo17" exit 0