build/scripts/update-motd.d/10-header

11 lines
207 B
Text
Raw Normal View History

#!/bin/bash
. /etc/os-release
. /etc/armbian-release
2016-06-17 18:59:33 +03:00
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"