New ASCII welcome
This commit is contained in:
parent
b6fbfc894f
commit
23ba72962a
1 changed files with 5 additions and 6 deletions
|
@ -146,12 +146,11 @@ function preChecks() {
|
|||
function introDialogue() {
|
||||
local introtext="\n\n\n
|
||||
Velkommen til
|
||||
_ _ _
|
||||
| \ | | _____ _____ _ __(_) __ _
|
||||
| \| |/ _ \ \ / / _ \ '__| |/ _ |
|
||||
| |\ | (_) \ V / __/ | | | (_| |
|
||||
|_| \_|\___/ \_/ \___|_| |_|\__,_|
|
||||
|
||||
_ _
|
||||
| \ | | _____ _____ ___
|
||||
| \| |/ _ \ \ / / _ \/ __|
|
||||
| |\ | (_) \ V / (_) \__ \
|
||||
|_| \_|\___/ \_/ \___/|___/
|
||||
OS: Novos
|
||||
Version: $(date "+%Y%m")
|
||||
IP: $(ifconfig eth0 | grep "inet addr" | awk '{$1=$1};1' | awk '{print $2}' | cut -d: -f2)
|
||||
|
|
Loading…
Reference in a new issue