From 3fc5c85afdd21aab3c39f7ccfeee4690f2b944a0 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Tue, 8 Oct 2019 08:09:04 +0200 Subject: [PATCH] fix spaces in edition chooser --- manjaro-arm-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-arm-installer b/manjaro-arm-installer index 7519b83..f20d13d 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -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)" \