reword MOTD

This commit is contained in:
Tobias Powalowski 2023-01-28 13:27:53 +01:00
parent 6b1cea2b43
commit 72b67c1fc9

View file

@ -35,7 +35,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
#shellcheck disable=SC2129
echo -e "\033[1mInstallation:\033[0m" >> "${MOTD}"
echo -e " - On first login \033[92m'setup'\033[0m is launched automatically." >> "${MOTD}"
echo -e " - Run \033[1m\033[92m'setup'\033[0m to continue installation." >> "${MOTD}"
echo -e " - Rerun \033[1m\033[92m'setup'\033[0m again to continue installation." >> "${MOTD}"
echo -e "\033[1mFor Experts:\033[0m" >> "${MOTD}"
echo -e " - Use \033[1m\033[92m'quickinst'\033[0m to install and bypass the setup routine." >> "${MOTD}"
fi