1
0
mirror of https://github.com/ublue-os/bazzite.git synced 2025-02-16 12:39:51 +00:00

fix: Remove ublue-os-update-services

This commit is contained in:
Kyle Gospodnetich 2023-06-29 16:45:40 -07:00
parent 76f90dfccd
commit b7b4363355

@ -14,7 +14,7 @@ COPY system_files/desktop/usr /usr
# Add ublue-updater
COPY --from=ghcr.io/gerblesh/ublue-updater:latest /rpms/ublue-updater.noarch.rpm /tmp/rpms/
RUN rpm-ostree install /tmp/rpms/ublue-updater.noarch.rpm
RUN rpm-ostree install /tmp/rpms/ublue-updater.noarch.rpm --uninstall ublue-os-update-services
# 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 && \