diff --git a/airootfs/root/install.sh b/airootfs/root/install.sh index ed2b6cd..20be2e4 100644 --- a/airootfs/root/install.sh +++ b/airootfs/root/install.sh @@ -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)