From c7f30457add8baf9a3d6d1e4d3fbec1e3cfd4b9c Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:41:20 +0100 Subject: [PATCH] Update 10-build.sh --- build/10-build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build/10-build.sh b/build/10-build.sh index b95b5d1..87bdae7 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -73,6 +73,14 @@ dnf5 install -y \ libva-utils \ intel-media-driver || true +############################################################################### +# Install Plasma Setup +############################################################################### + +dnf5 install -y \ +plasma-setup + + ############################################################################### # Services ############################################################################### @@ -81,6 +89,7 @@ systemctl enable libvirtd.service systemctl enable virtlogd.service systemctl enable podman.socket systemctl enable bluetooth.service +systemctl enable plasma-setup.service ############################################################################### # Cleanup