adjusting arch minimal

This commit is contained in:
[yuri]
2025-12-10 20:42:41 +01:00
parent 57bb47868e
commit 4638e821c2
2 changed files with 43 additions and 1 deletions

View File

@@ -73,7 +73,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
install_packages sddm plasma thunar thunar-archive-plugin thunar-volman
enable_graphical_target
say_green -e "KDE Plasma with SDDM installed successfully. You can reboot now to start XFCE."