feat: add copr example (#58)

And remove duplicate rpm-ostree example.
This commit is contained in:
Jorge O. Castro 2025-01-11 19:25:40 -05:00 committed by GitHub
parent 4c20cc7a55
commit acf114c416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -12,8 +12,12 @@ set -ouex pipefail
# this installs a package from fedora repos # this installs a package from fedora repos
dnf install -y tmux dnf install -y tmux
# this would install a package from rpmfusion # Use a COPR Example:
# rpm-ostree install vlc #
# dnf5 -y copr enable ublue-os/staging
# dnf5 -y install package
# Disable COPRs so they don't end up enabled on the final image:
# dnf5 -y copr disable ublue-os/staging
#### Example for enabling a System Unit File #### Example for enabling a System Unit File