Redirect "all new" to docs.armbian.com

This commit is contained in:
Igor Pecovnik
2016-09-14 15:17:45 +02:00
parent a41435e2e9
commit cf8e2526ff

View File

@@ -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") &