updated arch minimal install

This commit is contained in:
[yuri]
2025-12-11 12:19:02 +01:00
parent 825a4cf771
commit dff137a0fa
2 changed files with 15 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ CURRENT_DM="$(detect_display_manager)"
if [[ -z "$CURRENT_DE" || "$CURRENT_DE" != "kde" ]]; then
say_cyan -e "KDE Plasma not detected. Installing KDE Plasma (light setup with SDDM)..."
install_packages sddm plasma thunar thunar-archive-plugin thunar-volman
install_packages sddm plasma
enable_graphical_target
say_green -e "KDE Plasma with SDDM installed successfully. You can reboot now to start XFCE."