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 case "$choice" in
1) 1)
DM="sddm" DM="sddm"
break
;; ;;
2) 2)
DM="lightdm" DM="lightdm"
break
;; ;;
3) 3)
DM="gdm" DM="gdm"
break
;; ;;
4) 4)
printf "%b\n" "${GREEN}No display manager will be installed${RC}" 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}" printf "%b\n" "${RED}Invalid selection! Please choose 1, 2, 3, or 4.${RC}"
exit 1
;; ;;
esac esac
case "$PACKAGER" in case "$PACKAGER" in