File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
system_files/deck/usr/share/wallpapers Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
1212COPY system_files/desktop/etc /etc
1313COPY system_files/desktop/usr /usr
1414
15- # Add ublue-update
16- COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/
17- RUN rpm-ostree install /tmp/rpms/ublue-update.noarch.rpm
18-
19- # Add ublue-os-wallpapers
15+ # Add ublue packages
16+ COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/ublue-update.noarch.rpm
2017COPY --from=ghcr.io/ublue-os/bling:latest /rpms/ublue-os-wallpapers-*.noarch.rpm /tmp/rpms/ublue-os-wallpapers.rpm
21- RUN rpm-ostree install /tmp/rpms/ublue-os-wallpapers.rpm
18+ RUN rpm-ostree install \
19+ /tmp/rpms/ublue-update.noarch.rpm \
20+ /tmp/rpms/ublue-os-wallpapers.rpm
2221
2322# Add Copr repos
2423RUN 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 && \
You can’t perform that action at this time.
0 commit comments