Don't default to installing Plasma Login Manager
This commit is contained in:
@@ -117,7 +117,9 @@ fi
|
||||
|
||||
log "Checking for KDE..."
|
||||
if [[ $(echo $XDG_CURRENT_DESKTOP | grep -i "kde") ]]; then
|
||||
prompt_bool "Replace sddm with plasma-login-manager?" true
|
||||
# Default to not changing because it doesn't work for shit on
|
||||
# either of the systems I've tried it on.
|
||||
prompt_bool "Replace sddm with plasma-login-manager?" false
|
||||
if [[ $? ]]; then
|
||||
deps_install+=("plasma-login-manager")
|
||||
deps_remove+=("sddm")
|
||||
|
||||
Reference in New Issue
Block a user