feat: nvidia-open images, major streamlining, bugfixes, and polish (#461)

This commit is contained in:
qoijjj
2024-10-17 18:20:58 -07:00
committed by GitHub
parent 87c90393c9
commit f0bab7f5b2
161 changed files with 1203 additions and 1746 deletions

View 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