mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-05 06:39:54 +00:00
chore: Remove with || true to ensure no errors occur
This commit is contained in:
parent
14e4afc8c2
commit
82974630fe
@ -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 \
|
||||
htop && \
|
||||
rpm-ostree override remove \
|
||||
power-profiles-daemon \
|
||||
|| true && \
|
||||
rpm-ostree override remove \
|
||||
tlp \
|
||||
tlp-rdw \
|
||||
; fi
|
||||
|| true
|
||||
|
||||
# Install new packages
|
||||
RUN rpm-ostree install \
|
||||
|
Loading…
x
Reference in New Issue
Block a user