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