remove space

This commit is contained in:
Tobias Powalowski 2022-01-25 17:00:17 +01:00
parent 4c8ec64b54
commit 36a28f152d

View file

@ -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}"