diff --git a/manjaro-arm-installer b/manjaro-arm-installer index 93cb0e9..7519b83 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -139,7 +139,7 @@ create_install() { # Install device and editions specific packages $NSPAWN $TMPDIR/root pacman -Syyu base $PKG_DEVICE $PKG_EDITION --noconfirm if [[ "$DEVICE" = "on2" ]] || [[ "$DEVICE" = "rpi4" ]]; then - if [[ "$EDITION" = "kde" ]] || [[ "$EDITION" = "cubocore" ]]; then + if [[ "$EDITION" = "kde-plasma" ]] || [[ "$EDITION" = "cubocore" ]]; then $NSPAWN $TMPDIR/root pacman -R sddm sddm-kcm matcha-dynamic-theme --noconfirm $NSPAWN $TMPDIR/root pacman -S sddm-compat sddm-kcm matcha-dynamic-theme --noconfirm elif [[ "$EDITION" = "lxqt" ]]; then @@ -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" "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)" \