update MOTD

This commit is contained in:
Tobias Powalowski 2023-01-28 08:54:58 +01:00
parent 9ae138aefd
commit b7b0696afb

View file

@ -30,12 +30,12 @@ if echo "${HOOKS[@]}" | grep -qw archboot_net; then
echo -e " - Use the \033[1m\033[92m'weechat'\033[0m IRC client." >> "${MOTD}"
fi
if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
#shellcheck disable=SC2129
echo -e "\033[1mManage Archboot:\033[0m" >> "${MOTD}"
echo -e " - Run \033[1m\033[92m'update-installer'\033[0m to manage the Archboot environment." >> "${MOTD}"
#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 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 manage the archboot environment." >> "${MOTD}"
echo -e " - Run \033[1m\033[92m'setup'\033[0m 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