mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
chore: Update ublue-update URL now that it's moved
This commit is contained in:
parent
f35f960ad2
commit
03628583bd
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user