We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e3bba commit 5f9eb44Copy full SHA for 5f9eb44
Containerfile.extra
@@ -38,7 +38,8 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
38
export KERNEL_NAME="kernel-surface" \
39
; fi && \
40
if grep -qv "asus" <<< "${KERNEL_FLAVOR}"; then \
41
- /tmp/build-kmod-zenergy.sh \
+ /tmp/build-kmod-zenergy.sh && \
42
+ /tmp/build-kmod-evdi.sh \
43
44
if grep -qv "fsync" <<< "${KERNEL_FLAVOR}"; then \
45
/tmp/build-kmod-openrgb.sh \
0 commit comments