New ASCII welcome

This commit is contained in:
LinuxSquare 2024-11-16 12:27:50 +01:00
parent b6fbfc894f
commit 23ba72962a

View file

@ -146,12 +146,11 @@ function preChecks() {
function introDialogue() { function introDialogue() {
local introtext="\n\n\n local introtext="\n\n\n
Velkommen til Velkommen til
_ _ _ _ _
| \ | | _____ _____ _ __(_) __ _ | \ | | _____ _____ ___
| \| |/ _ \ \ / / _ \ '__| |/ _ | | \| |/ _ \ \ / / _ \/ __|
| |\ | (_) \ V / __/ | | | (_| | | |\ | (_) \ V / (_) \__ \
|_| \_|\___/ \_/ \___|_| |_|\__,_| |_| \_|\___/ \_/ \___/|___/
OS: Novos OS: Novos
Version: $(date "+%Y%m") Version: $(date "+%Y%m")
IP: $(ifconfig eth0 | grep "inet addr" | awk '{$1=$1};1' | awk '{print $2}' | cut -d: -f2) IP: $(ifconfig eth0 | grep "inet addr" | awk '{$1=$1};1' | awk '{print $2}' | cut -d: -f2)