Skip to content

Commit

Permalink
feat: Add udev rules for android phones (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 23, 2023
1 parent f0314d5 commit 6e7ac65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ COPY nokmods-packages.json /tmp/nokmods-packages.json

COPY --from=ghcr.io/ublue-os/config:latest /rpms /tmp/rpms

RUN /tmp/nokmods-install.sh && \
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 && \
/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 -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 @@ -3,6 +3,7 @@
"include": {
"all": [
"alsa-firmware",
"android-udev-rules",
"apr",
"apr-util",
"distrobox",
Expand Down

0 comments on commit 6e7ac65

Please sign in to comment.