Skip to content

Commit

Permalink
Continue process even if some packages fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aguslr committed May 1, 2024
1 parent 2aa77a5 commit 6ad7505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containerfile.38
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN sed -i 's/\.ext/.webp/' /etc/dconf/db/local.d/01-background && \
systemctl enable flatpak-replace-fedora-apps.service && \
systemctl enable flatpak-cleanup.timer && \
systemctl enable rpm-ostreed-automatic.timer && \
rpm-ostree install gnome-tweaks && \
rpm-ostree install gnome-tweaks ; \
rpm-ostree cleanup -m && \
ostree container commit
2 changes: 1 addition & 1 deletion Containerfile.39
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN sed -i 's/\.ext/.jpg/' /etc/dconf/db/local.d/01-background && \
systemctl enable flatpak-replace-fedora-apps.service && \
systemctl enable flatpak-cleanup.timer && \
systemctl enable rpm-ostreed-automatic.timer && \
rpm-ostree install gnome-tweaks && \
rpm-ostree install gnome-tweaks ; \
rpm-ostree cleanup -m && \
ostree container commit
2 changes: 1 addition & 1 deletion Containerfile.40
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN sed -i 's/\.ext/.jxl/' /etc/dconf/db/local.d/01-background && \
systemctl enable flatpak-replace-fedora-apps.service && \
systemctl enable flatpak-cleanup.timer && \
systemctl enable rpm-ostreed-automatic.timer && \
rpm-ostree install gnome-tweaks && \
rpm-ostree install gnome-tweaks ; \
rpm-ostree cleanup -m && \
ostree container commit

0 comments on commit 6ad7505

Please sign in to comment.