Skip to content

Commit

Permalink
chore: enable evdi builds for F41 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Sherman <[email protected]>
Co-authored-by: Noel Miller <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent f64f697 commit ba1b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kmod-evdi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba1b883

Please sign in to comment.