Skip to content

Commit

Permalink
feat: Re-enable kmods (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli authored Nov 15, 2023
1 parent bc3548b commit ab7d5cf
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ COPY --from=ghcr.io/ublue-os/akmods:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION} /rp
RUN sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
wget https://negativo17.org/repos/fedora-multimedia.repo -O /etc/yum.repos.d/negativo17-fedora-multimedia.repo && \
if [[ "${FEDORA_MAJOR_VERSION}" -ge "39" ]]; then \
echo "Warning: skipped due to temporary issues with the Fedora 39 release!" \
# FIXME(ethanjli): re-enable this once it works again for Fedora 39
#rpm-ostree install \
# /tmp/akmods-rpms/kmods/*xpadneo*.rpm \
# /tmp/akmods-rpms/kmods/*xpad-noone*.rpm \
# /tmp/akmods-rpms/kmods/*xone*.rpm \
# /tmp/akmods-rpms/kmods/*openrazer*.rpm \
# /tmp/akmods-rpms/kmods/*v4l2loopback*.rpm \
# /tmp/akmods-rpms/kmods/*wl*.rpm \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*xpadneo*.rpm \
/tmp/akmods-rpms/kmods/*xpad-noone*.rpm \
/tmp/akmods-rpms/kmods/*xone*.rpm \
/tmp/akmods-rpms/kmods/*openrazer*.rpm \
/tmp/akmods-rpms/kmods/*v4l2loopback*.rpm \
/tmp/akmods-rpms/kmods/*wl*.rpm \
; fi && \
# Don't install evdi on asus because of conflicts
if grep -qv "asus" <<< "${AKMODS_FLAVOR}"; then \
Expand Down

0 comments on commit ab7d5cf

Please sign in to comment.