mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 06:41:23 +00:00
10 lines
207 B
Bash
10 lines
207 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\n' "$PRETTY_NAME $KERNELID"
|