This commit is contained in:
Sebastian 2024-10-26 07:01:11 +05:30 committed by GitHub
commit 0681210f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,6 +218,9 @@ setupDisplayManager() {
case "$PACKAGER" in
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm "$DM"
if [ "$DM" = "lightdm" ]; then
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm lightdm-gtk-greeter
fi
;;
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DM"