update MOTD

This commit is contained in:
Tobias Powalowski 2023-07-07 20:13:51 +02:00
parent 9df1ffdab4
commit a8e863e7af

View file

@ -31,10 +31,8 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
echo -e "\e[1mManage Archboot Environment:\e[m" >> "${MOTD}"
echo -e " - Use the \e[1;92m'update'\e[m script." >> "${MOTD}"
#shellcheck disable=SC2129
echo -e "\e[1mInstallation:\e[m" >> "${MOTD}"
echo -e " - Use the \e[92m'setup'\e[m script." >> "${MOTD}"
echo -e "\e[1mInstallation For Experts:\e[m" >> "${MOTD}"
echo -e " - Use the \e[1;92m'quickinst'\e[m script." >> "${MOTD}"
echo -e "\e[1mInstallation Or Installation For Experts:\e[m" >> "${MOTD}"
echo -e " - Use the \e[92m'setup'\e[m or \e[1;92m'quickinst'\e[m script." >> "${MOTD}"
fi
chmod 644 "${MOTD}"
add_file "${MOTD}" "/etc/motd"