From acf114c41649ca45b17b84fe884747c63ba24979 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sat, 11 Jan 2025 19:25:40 -0500 Subject: [PATCH] feat: add copr example (#58) And remove duplicate rpm-ostree example. --- build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index f0a7fce..27048e0 100755 --- a/build.sh +++ b/build.sh @@ -12,8 +12,12 @@ set -ouex pipefail # this installs a package from fedora repos dnf install -y tmux -# this would install a package from rpmfusion -# rpm-ostree install vlc +# Use a COPR Example: +# +# 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