mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-11 00:21:24 +00:00
10 lines
234 B
Bash
10 lines
234 B
Bash
#!/bin/bash
|
|
|
|
. /etc/os-release
|
|
. /etc/armbian-release
|
|
|
|
KERNELID=$(uname -r)
|
|
|
|
TERM=linux toilet -f standard -F metal $BOARD_NAME
|
|
|
|
printf '\nWelcome to \e[0;91mARMBIAN\x1B[0m %s %s %s %s\n' "$VERSION $IMAGE_TYPE $PRETTY_NAME $KERNELID"
|