Skip to content

Commit

Permalink
feat: Re-enable Xbox kmods for Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Oct 12, 2023
1 parent 72e4509 commit 918071b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-v4l2loopback.sh && \
/tmp/build-kmod-winesync.sh && \
/tmp/build-kmod-wl.sh && \
if grep -qv "39" <<< ${FEDORA_MAJOR_VERSION}; then \
/tmp/build-kmod-evdi.sh && \
/tmp/build-kmod-xpadneo.sh && \
/tmp/build-kmod-xpad-noone.sh && \
/tmp/build-kmod-xone.sh \
; fi
/tmp/build-kmod-xpadneo.sh && \
/tmp/build-kmod-xpad-noone.sh && \
/tmp/build-kmod-xone.sh && \
if [[ "${FEDORA_MAJOR_VERSION}" -le "38" ]]; then \
/tmp/build-kmod-evdi.sh \
fi

RUN cp /tmp/ublue-os-akmods-addons/rpmbuild/RPMS/noarch/ublue-os-akmods-addons*.rpm \
/var/cache/rpms/ublue-os/
Expand Down

0 comments on commit 918071b

Please sign in to comment.