rephrase rerun setup

This commit is contained in:
Tobias Powalowski 2022-12-26 19:15:03 +01:00
parent e199c51099
commit f1f03c19d0

View file

@ -32,7 +32,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 " - If you left setup, rerun \033[1m\033[92m'setup'\033[0m to finish installation." >> "${MOTD}"
echo -e " - If you left the installation process, rerun \033[1m\033[92m'setup'\033[0m to finish installation." >> "${MOTD}"
echo -e " - Virtual console \033[1m7\033[0m is used for setup logging, use \033[1m\033[92mALT + F7\033[0m." >> "${MOTD}"
echo -e " - Run \033[1m\033[92m'update-installer'\033[0m to get all update options of the installer." >> "${MOTD}"
echo -e "\033[1mFor Experts:\033[0m" >> "${MOTD}"