chore: Update ublue-update URL now that it's moved

This commit is contained in:
Kyle Gospodnetich 2023-07-02 16:47:49 -07:00
parent f35f960ad2
commit 03628583bd

View File

@ -13,8 +13,9 @@ COPY system_files/desktop/etc /etc
COPY system_files/desktop/usr /usr
# Add ublue-update
COPY --from=ghcr.io/gerblesh/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/
RUN rpm-ostree install /tmp/rpms/ublue-update.noarch.rpm
COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/
RUN rpm-ostree override remove ublue-os-update-services && \
rpm-ostree install /tmp/rpms/ublue-update.noarch.rpm
# Add Copr repos
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$(rpm -E %fedora)/kylegospo-bazzite-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \