build/scripts/update-motd.d/99-point-to-faq

7 lines
No EOL
160 B
Bash

#!/bin/bash
. /etc/armbian-release
printf "New to Armbian? Check the documentation first: \e[0;92mhttps://docs.armbian.com\x1B[0m\n\n"
(sleep 1 && rm "$0") &