fix spaces in edition chooser

This commit is contained in:
Dan Johansen 2019-10-08 08:09:04 +02:00
parent fae6928600
commit 3fc5c85afd
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ if [ ! -z "$DEVICE" ]; then
EDITION=$(dialog --clear --title "Manjaro ARM Installer" \
--menu "Choose an edition:" 20 75 10 \
"minimal" "Minimal Edition (only CLI)" \
"kde-plasma" "Full KDE/Plasma Desktop (full featured)" \
"kde-plasma""Full KDE/Plasma Desktop (full featured)" \
"xfce" "Full XFCE desktop and apps (full featured)" \
"mate" "Full MATE desktop and apps (lightweight)" \
"lxqt" "Full LXQT Desktop and apps (lightweight)" \