Probably a stupid question, but how do I download the ublue-os COPR instead of the regular gnome-sof

Probably a stupid question, but how do I download the ublue-os COPR instead of the regular gnome-software?
Simply by adding the ublue-os repo will mean I download the ublue package?

E.G
RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/gnome-software/repo/fedora-${FEDORA_VERSION}/ublue-os-gnome-software-fedora-${FEDORA_VERSION}.repo -O /etc/yum.repos.d/ublue-os-gnome-software.repo && \
  rpm-ostree install \
  gnome-software \
  && \
  rm -rf /tmp/* /var/* && \
  ostree container commit
Was this page helpful?