mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Merge 781819ebbe
into e3688e9b3d
This commit is contained in:
commit
ad6c0a6bc4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user