change MOTD

This commit is contained in:
Tobias Powalowski 2023-06-25 15:59:03 +02:00
parent 420fe469d1
commit c7528cd629

View file

@ -25,7 +25,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_net; then
#shellcheck disable=SC2129
echo -e "\e[1mFor Wi-Fi Authentification Or Online Help:\e[m" >> "${MOTD}"
echo -e " - Use the \e[1;92m'elinks'\e[m text mode browser." >> "${MOTD}"
echo -e "\e[1mIRC Channel Support:\e[m" >> "${MOTD}"
echo -e "\e[1mIRC Support Channel:\e[m" >> "${MOTD}"
echo -e " - Use the \e[1;92m'weechat'\e[m IRC client." >> "${MOTD}"
fi
if echo "${HOOKS[@]}" | grep -qw archboot_installer; then