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