Skip to content

Commit

Permalink
fix: Remove evdi from common (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Aug 14, 2024
1 parent ab12663 commit 3f6635a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
; else \
export KERNEL_NAME="kernel-surface" \
; fi && \
if grep -qv "asus" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-evdi.sh \
; fi && \
/tmp/build-kmod-framework-laptop.sh && \
/tmp/build-kmod-kvmfr.sh && \
/tmp/build-kmod-openrazer.sh && \
Expand Down

0 comments on commit 3f6635a

Please sign in to comment.