Skip to content

Commit

Permalink
feat: Restore evdi to extra (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Aug 20, 2024
1 parent 62e3bba commit 5f9eb44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
export KERNEL_NAME="kernel-surface" \
; fi && \
if grep -qv "asus" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-zenergy.sh \
/tmp/build-kmod-zenergy.sh && \
/tmp/build-kmod-evdi.sh \
; fi && \
if grep -qv "fsync" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-openrgb.sh \
Expand Down

0 comments on commit 5f9eb44

Please sign in to comment.