Update dwmtitus-setup.sh

This commit is contained in:
Jaredy899 2025-02-17 15:11:54 -05:00 committed by GitHub
parent 5421fdc119
commit 71cdd3a4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,12 +249,15 @@ setupDisplayManager() {
case "$choice" in
1)
DM="sddm"
break
;;
2)
DM="lightdm"
break
;;
3)
DM="gdm"
break
;;
4)
printf "%b\n" "${GREEN}No display manager will be installed${RC}"
@ -262,7 +265,6 @@ setupDisplayManager() {
;;
*)
printf "%b\n" "${RED}Invalid selection! Please choose 1, 2, 3, or 4.${RC}"
exit 1
;;
esac
case "$PACKAGER" in