update MOTD

This commit is contained in:
Tobias Powalowski 2023-06-25 20:24:31 +02:00
parent af62bb14f3
commit c6fc2af8b4

View file

@ -33,10 +33,10 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
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}"
echo -e " - On first login the \e[92m'setup'\e[m tool is launched automatically." >> "${MOTD}"
echo -e " - Rerun \e[1;92m'setup'\e[m to continue installation." >> "${MOTD}"
echo -e "\e[1mFor Experts:\e[m" >> "${MOTD}"
echo -e " - Use \e[1;92m'quickinst'\e[m to install and bypass the setup routine." >> "${MOTD}"
echo -e " - Use the \e[1;92m'quickinst'\e[m tool." >> "${MOTD}"
fi
chmod 644 "${MOTD}"
add_file "${MOTD}" "/etc/motd"