Skip to content

Commit

Permalink
Revert "fix: some udev errors (#65)"
Browse files Browse the repository at this point in the history
This reverts commit af0cc4d.
  • Loading branch information
RoyalOughtness committed Oct 30, 2024
1 parent 9cb63be commit 5eeef63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions files/scripts/installandroidudev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# Tell build process to exit if there are any errors.
set -oue pipefail

# Temporary workaround until ublue upstream is fixed. See https://github.com/wayblueorg/wayblue/issues/64
curl -Lo /etc/udev/rules.d/51-android.rules https://raw.githubusercontent.com/M0Rf30/android-udev-rules/main/51-android.rules
curl -Lo /etc/yum.repos.d/_copr_ublue-os_staging.repo https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${OS_VERSION}"/ublue-os-staging-fedora-"${OS_VERSION}".repo
rpm-ostree install android-udev-rules
rm /etc/yum.repos.d/_copr_ublue-os_staging.repo

0 comments on commit 5eeef63

Please sign in to comment.