This commit is contained in:
fortifyde 2024-10-15 09:14:17 +00:00 committed by GitHub
commit c357792139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,6 +218,9 @@ setupDisplayManager() {
case "$PACKAGER" in case "$PACKAGER" in
pacman) pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm "$DM" "$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
fi
;; ;;
apt-get|nala) apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DM" "$ESCALATION_TOOL" "$PACKAGER" install -y "$DM"