update MOTD

This commit is contained in:
Tobias Powalowski 2023-06-25 20:14:33 +02:00
parent 32ad1e6ef9
commit 76c214dd03

View file

@ -30,7 +30,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_net; then
fi
if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
echo -e "\e[1mManage Archboot Environment:\e[m" >> "${MOTD}"
echo -e " - Run \e[1;92m'update-installer'\e[m to manage the Archboot Environment." >> "${MOTD}"
echo -e " - Use the \e[1;92m'update-installer'\e[m tool." >> "${MOTD}"
#shellcheck disable=SC2129
echo -e "\e[1mInstallation:\e[m" >> "${MOTD}"
echo -e " - On first login \e[92m'setup'\e[m is launched automatically." >> "${MOTD}"