File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
core/tabs/applications-setup Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,14 @@ setupDisplayManager() {
207207 done
208208 printf " %b\n" " ${GREEN} Current display manager: $currentdm ${RC} "
209209 if [ " $currentdm " = " none" ]; then
210- DM=" sddm"
211- printf " %b\n" " ${YELLOW} No display manager found, installing $DM ${RC} "
210+ printf " %b\n" " ${YELLOW} --------------------------${RC} "
211+ printf " %b\n" " ${YELLOW} Pick your Display Manager ${RC} "
212+ printf " %b\n" " ${YELLOW} 1. SDDM ${RC} "
213+ printf " %b\n" " ${YELLOW} 2. LightDM ${RC} "
214+ printf " %b\n" " ${YELLOW} 3. GDM ${RC} "
215+ printf " %b\n" " ${YELLOW} ${RC} "
216+ printf " %b" " ${YELLOW} Please select one: ${RC} "
217+ read -r DM
212218 case " $PACKAGER " in
213219 pacman)
214220 " $ESCALATION_TOOL " " $PACKAGER " -S --needed --noconfirm " $DM "
You can’t perform that action at this time.
0 commit comments