From 14e4afc8c2f6f923e00865d455f2c25c52a8199b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 16 Jan 2024 23:02:40 -0800 Subject: [PATCH] chore: Always remove power-profiles-daemon --- Containerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index 3078e966..71986322 100644 --- a/Containerfile +++ b/Containerfile @@ -179,11 +179,9 @@ RUN rpm-ostree override remove \ ublue-os-update-services \ firefox \ firefox-langpacks \ - htop && \ - if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \ - rpm-ostree override remove \ - power-profiles-daemon \ - ; else \ + htop \ + power-profiles-daemon && \ + if [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \ rpm-ostree override remove \ tlp \ tlp-rdw \