chore: Remove with || true to ensure no errors occur

This commit is contained in:
Kyle Gospodnetich 2024-01-16 23:19:59 -08:00
parent 14e4afc8c2
commit 82974630fe

View File

@ -179,13 +179,14 @@ RUN rpm-ostree override remove \
ublue-os-update-services \
firefox \
firefox-langpacks \
htop \
power-profiles-daemon && \
if [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
rpm-ostree override remove \
tlp \
tlp-rdw \
; fi
htop && \
rpm-ostree override remove \
power-profiles-daemon \
|| true && \
rpm-ostree override remove \
tlp \
tlp-rdw \
|| true
# Install new packages
RUN rpm-ostree install \