Update 10-build.sh

This commit is contained in:
humocs-man
2026-03-27 12:41:20 +01:00
committed by GitHub
parent 178d9ef67d
commit c7f30457ad
+9
View File
@@ -73,6 +73,14 @@ dnf5 install -y \
libva-utils \ libva-utils \
intel-media-driver || true intel-media-driver || true
###############################################################################
# Install Plasma Setup
###############################################################################
dnf5 install -y \
plasma-setup
############################################################################### ###############################################################################
# Services # Services
############################################################################### ###############################################################################
@@ -81,6 +89,7 @@ systemctl enable libvirtd.service
systemctl enable virtlogd.service systemctl enable virtlogd.service
systemctl enable podman.socket systemctl enable podman.socket
systemctl enable bluetooth.service systemctl enable bluetooth.service
systemctl enable plasma-setup.service
############################################################################### ###############################################################################
# Cleanup # Cleanup