feat(ostree-images): import river template files from wayblue
This commit is contained in:
parent
3f8e44008c
commit
576311545e
60 changed files with 2169 additions and 0 deletions
8
ostree-images/river/files/scripts/installandroidudev.sh
Normal file
8
ostree-images/river/files/scripts/installandroidudev.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue