update motd

This commit is contained in:
Tobias Powalowski 2023-01-26 10:06:44 +01:00
parent b02d57d316
commit 3a10ef5f9c

View file

@ -34,7 +34,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
echo -e " - On first login \033[92m'setup'\033[0m is launched automatically." >> "${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 " - Run \033[1m\033[92m'update-installer'\033[0m to manage the archboot environment." >> "${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