mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
fix(framework): Don't remove non-existant power profiles daemon
Framework images replace power profiles daemon
This commit is contained in:
parent
b6e3805871
commit
1bcd93c9d8
@ -178,8 +178,11 @@ RUN rpm-ostree override remove \
|
||||
ublue-os-update-services \
|
||||
firefox \
|
||||
firefox-langpacks \
|
||||
htop \
|
||||
power-profiles-daemon
|
||||
htop && \
|
||||
if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
|
||||
rpm-ostree override remove \
|
||||
power-profiles-daemon \
|
||||
; fi
|
||||
|
||||
# Install new packages
|
||||
RUN rpm-ostree install \
|
||||
|
Loading…
x
Reference in New Issue
Block a user