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