mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
MOTD: display rolling release instead of 0.trunk.$number ... this info doesn't need to be here
This commit is contained in:
@@ -50,6 +50,7 @@ KERNELID=$(uname -r)
|
||||
echo -e "\e[1;91m$(figlet -f small " $VENDOR")\e[0m";
|
||||
|
||||
# Display version, board, and kernel version
|
||||
[[ $VERSION == *trunk* ]] && VERSION=$(echo -e $VERSION | cut -d"." -f1-2 | sed "s/\$/ rolling/")
|
||||
echo -e " \e[0;92mv${VERSION}\x1B[0m for $BOARD_NAME running Armbian Linux \e[0;92m${KERNELID^}\x1B[0m"
|
||||
|
||||
# render image and board type
|
||||
|
||||
Reference in New Issue
Block a user