From 0a72f27db504d0a1769459707132a61e1127ea66 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 15 Feb 2023 16:49:22 +0100 Subject: [PATCH] add Plasma --- usr/lib/archboot/update-installer/update-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/update-installer/update-installer.sh b/usr/lib/archboot/update-installer/update-installer.sh index e31054684..6eb080c1e 100644 --- a/usr/lib/archboot/update-installer/update-installer.sh +++ b/usr/lib/archboot/update-installer/update-installer.sh @@ -517,11 +517,11 @@ _prepare_plasma() { echo -e "\e[1mStep 1/4:\e[m Installing KDE/Plasma desktop now..." echo " This will need some time..." _prepare_graphic "${_PACKAGES}" >/dev/tty7 2>&1 - echo -e "\e[1mStep 2/4:\e[m Configuring KDE desktop..." + echo -e "\e[1mStep 2/4:\e[m Configuring KDE/Plasma desktop..." _configure_plasma >/dev/tty7 2>&1 else echo -e "\e[1mStep 1/4:\e[m Installing KDE/Plasma desktop already done..." - echo -e "\e[1mStep 2/4:\e[m Configuring KDE desktop already done..." + echo -e "\e[1mStep 2/4:\e[m Configuring KDE/Plasma desktop already done..." fi }