From a5bb043f3df582de269c141bcfae0add167a8844 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 6 Jun 2022 13:24:15 +0200 Subject: [PATCH] add missing spaces --- usr/lib/archboot/update-installer.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 663fcca7f..a5cde1d5e 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -26,6 +26,7 @@ _graphic_options() { echo -e " \033[1m-gnome-wayland\033[0m Launch Gnome desktop with Wayland backend." echo -e " \033[1m-plasma\033[0m Launch KDE Plasma desktop with VNC sharing enabled." echo -e " \033[1m-plasma-wayland\033[0m Launch KDE Plasma desktop with Wayland backend." + echo -e " \033[1m-xfce\033[0m Launch XFCE desktop with VNC sharing enabled." } usage () { @@ -42,7 +43,7 @@ usage () { if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -gt 3860000 ]] ; then if ! [[ -e "/.graphic_run" ]]; then _graphic_options - echo -e " \033[1m-xfce\033[0m Launch XFCE desktop with VNC sharing enabled." + echo -e " \033[1m-xfce\033[0m Launch XFCE desktop with VNC sharing enabled." echo "" fi fi @@ -52,7 +53,7 @@ usage () { _graphic_options fi if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -gt 2500000 ]]; then - echo -e " \033[1m-xfce\033[0m Launch XFCE desktop with VNC sharing enabled." + echo -e " \033[1m-xfce\033[0m Launch XFCE desktop with VNC sharing enabled." echo -e " \033[1m-custom-xorg\033[0m Install custom X environment." [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -gt 3400000 ]] && echo -e " \033[1m-custom-wayland\033[0m Install custom Wayland environment." echo ""