fix: add copr example

This commit is contained in:
Jorge O. Castro 2024-12-02 23:01:57 -05:00 committed by GitHub
parent bdaae27b70
commit 85054f7636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ RUN dnf5 install vlc
## Add COPRs ## Add COPRs
# RUN dnf copr enable (copr-author/name) # RUN dnf copr enable (copr-author/name)
# RUN dnf5 install thing-from-copr
## Manage services ## Manage services
# systemctl enable foo.service # systemctl enable foo.service