Skip to content

Commit

Permalink
feat: Add udev rules for Logitech steering wheels (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 24, 2023
1 parent 6e7ac65 commit 03ccff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ COPY nokmods-packages.json /tmp/nokmods-packages.json
COPY --from=ghcr.io/ublue-os/config:latest /rpms /tmp/rpms

RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(rpm -E %fedora)/ublue-os-staging-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ublue-os_staging.repo && \
wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora).repo/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo.repo -O /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
/tmp/nokmods-install.sh && \
/tmp/nokmods-post-install.sh && \
# temporary fix for https://github.com/containers/podman/issues/19930
rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2023-8d641964bc && \
rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo && \
rm -f /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
rm -rf /tmp/* /var/*

RUN ostree container commit && \
Expand Down
1 change: 1 addition & 0 deletions nokmods-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"openrgb-udev-rules",
"solaar-udev",
"openssl",
"oversteer-udev",
"podman-compose",
"pipewire-codec-aptx",
"smartmontools",
Expand Down

0 comments on commit 03ccff2

Please sign in to comment.