Compare commits

...

3 Commits

Author SHA1 Message Date
Sebastian
ad6c0a6bc4
Merge 781819ebbe into e3688e9b3d 2024-10-25 14:38:10 +00:00
Sebastian
781819ebbe
Update core/tabs/applications-setup/dwmtitus-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-10-25 16:38:08 +02:00
fortifyde
7c733f5440
Add greeter install for lightdm 2024-10-15 11:08:32 +02:00

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"