mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Compare commits
2 Commits
76af34f73b
...
ad6c0a6bc4
Author | SHA1 | Date | |
---|---|---|---|
|
ad6c0a6bc4 | ||
|
781819ebbe |
|
@ -219,7 +219,7 @@ setupDisplayManager() {
|
||||||
pacman)
|
pacman)
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm "$DM"
|
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm "$DM"
|
||||||
if [ "$DM" = "lightdm" ]; then
|
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
|
fi
|
||||||
;;
|
;;
|
||||||
apt-get|nala)
|
apt-get|nala)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user