From 781819ebbe32c5fdb0d30d7a85483c6799ffd213 Mon Sep 17 00:00:00 2001 From: Sebastian <36822133+fortifyde@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:38:08 +0200 Subject: [PATCH] Update core/tabs/applications-setup/dwmtitus-setup.sh Co-authored-by: Adam Perkowski --- core/tabs/applications-setup/dwmtitus-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/applications-setup/dwmtitus-setup.sh b/core/tabs/applications-setup/dwmtitus-setup.sh index e41b8374..c4fa5fc9 100755 --- a/core/tabs/applications-setup/dwmtitus-setup.sh +++ b/core/tabs/applications-setup/dwmtitus-setup.sh @@ -219,7 +219,7 @@ setupDisplayManager() { pacman) "$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm "$DM" if [ "$DM" = "lightdm" ]; then - "$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm lightdm-gtk-greeter # greeter is required for lightdm to start without autologin enabled + "$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm lightdm-gtk-greeter fi ;; apt-get|nala)