mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-21 03:14:59 +01:00
Update dwmtitus-setup.sh
This commit is contained in:
parent
5421fdc119
commit
71cdd3a4ec
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user