From 36a28f152d38823ffef5fea286f1d2bd3f0c3dcd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 25 Jan 2022 17:00:17 +0100 Subject: [PATCH] remove space --- usr/lib/initcpio/install/archboot_motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_motd b/usr/lib/initcpio/install/archboot_motd index f7b8897de..85eb12ae7 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -22,7 +22,7 @@ if echo "${HOOKS[@]}" | grep -q archboot_installer; then echo -e "\033[1mNormal Setup:\033[0m" >> "${MOTD}" echo -e " - On first login \033[1msetup\033[0m is launched automatically." >> "${MOTD}" echo -e " - Please run \033[32m'setup'\033[0m again to install Arch Linux if you left setup." >> "${MOTD}" - echo -e " - \033[1mvc7\033[0m is used for setup logging." >> "${MOTD}" + echo -e " - \033[1mvc7\033[0m is used for setup logging." >> "${MOTD}" echo -e " - Run \033[32m'update-installer.sh'\033[0m to get update options of installer." >> "${MOTD}" echo -e "\033[1mFor Experts:\033[0m" >> "${MOTD}" echo -e " - Use \033[32m'quickinst'\033[0m to install and bypass the setup routine." >> "${MOTD}"