diff --git a/scripts/update-motd.d/99-point-to-faq b/scripts/update-motd.d/99-point-to-faq index bc59ec9715..8fb8c33f09 100644 --- a/scripts/update-motd.d/99-point-to-faq +++ b/scripts/update-motd.d/99-point-to-faq @@ -2,8 +2,6 @@ . /etc/armbian-release -if [ "$LINUXFAMILY" = "sun8i" ]; then - printf "\nNew to Armbian? Check the Armbian H3 Mini FAQ first:\n\e[0;92m https://github.com/igorpecovnik/lib/blob/master/documentation/H3_mini_faq.md \x1B[0m\n" -fi +printf "New to Armbian? Check the documentation first: \e[0;92mdocs.armbian.com\x1B[0m\n\n" (sleep 1 && rm "$0") &