Skip to content

Commit

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

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
# 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

0 comments on commit af0cc4d

Please sign in to comment.