From 2b9e7432b89d2947762cf8cf586b8222fedd600a Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Wed, 1 Nov 2023 20:22:49 +0100 Subject: [PATCH] Updated motd with new logo (#2488) --- build/lib/motd | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/build/lib/motd b/build/lib/motd index 5de21ec53..04b31d3f2 100755 --- a/build/lib/motd +++ b/build/lib/motd @@ -2,15 +2,23 @@ printf "\n" printf "Welcome to\n" cat << "ASCII" -╭ ━ ━ ━ ╮ ╭ ╮ ╱ ╱ ╱ ╱ ╱ ╭ ╮ ╭ ━ ━ ━ ┳ ━ ━ ━ ╮ -┃ ╭ ━ ╮ ┣ ╯ ╰ ╮ ╱ ╱ ╱ ╭ ╯ ╰ ┫ ╭ ━ ╮ ┃ ╭ ━ ╮ ┃ -┃ ╰ ━ ━ ╋ ╮ ╭ ╋ ━ ━ ┳ ┻ ╮ ╭ ┫ ┃ ╱ ┃ ┃ ╰ ━ ━ ╮ -╰ ━ ━ ╮ ┃ ┃ ┃ ┃ ╭ ╮ ┃ ╭ ┫ ┃ ┃ ┃ ╱ ┃ ┣ ━ ━ ╮ ┃ -┃ ╰ ━ ╯ ┃ ┃ ╰ ┫ ╭ ╮ ┃ ┃ ┃ ╰ ┫ ╰ ━ ╯ ┃ ╰ ━ ╯ ┃ -╰ ━ ━ ━ ╯ ╰ ━ ┻ ╯ ╰ ┻ ╯ ╰ ━ ┻ ━ ━ ━ ┻ ━ ━ ━ ╯ + + ███████ + █ █ █ + █ █ █ █ + █ █ █ █ + █ █ █ █ + █ █ █ █ + █ █ + ███████ + + _____ __ ___ __ __ + (_ | /\ |__) | / \(_ + __) | / \| \ | \__/__) ASCII +printf " $(start-cli --version | sed 's/StartOS CLI /v/g')\n\n" printf " %s (%s %s)\n" "$(uname -o)" "$(uname -r)" "$(uname -m)" -printf " $(start-cli --version | sed 's/StartOS CLI /StartOS v/g') - $(start-cli git-info)" +printf " Git Hash: $(start-cli git-info)" if [ -n "$(cat /usr/lib/startos/ENVIRONMENT.txt)" ]; then printf " ~ $(cat /usr/lib/startos/ENVIRONMENT.txt)\n" else @@ -18,7 +26,8 @@ else fi printf "\n" -printf " * Documentation: https://start9.com\n" +printf " * Documentation: https://docs.start9.com\n" printf " * Management: https://%s.local\n" "$(hostname)" -printf " * Support: https://t.me/start9_labs\n" +printf " * Support: https://start9.com/contact\n" +printf " * License: MIT\n" printf "\n"