Update and rename ubuntu-24.04-vm.sh to ubuntu2404-vm.sh

This commit is contained in:
tteckster 2024-04-27 10:54:38 -04:00 committed by GitHub
parent 0901279c54
commit d5031a4ef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,11 @@
function header_info { function header_info {
clear clear
cat <<"EOF" cat <<"EOF"
_ _ _ _ ____ _ _ ___ _ _ __ __ __ __ __ ____ __ ___ __ __ ____ __ __ _ ____ ___
| | | | | |__ _ _ _ __ | |_ _ _ |___ \ | || | / _ \ | || | \ \ / / | \/ | / / / / /_ __ ______ / /___ __ |__ \/ // / / __ \/ // / | | / / |/ /
| | | | | '_ \ | | | | | '_ \ | __| | | | | __) | | || |_ | | | | | || |_ \ \ / / | |\/| | / / / / __ \/ / / / __ \/ __/ / / / __/ / // /_ / / / / // /_ | | / / /|_/ /
| |_| | | |_) | | |_| | | | | | | |_ | |_| | / __/ |__ _| _ | |_| | |__ _| \ V / | | | | / /_/ / /_/ / /_/ / / / / /_/ /_/ / / __/__ __// /_/ /__ __/ | |/ / / / /
\___/ |_.__/ \__,_| |_| |_| \__| \__,_| |_____| |_| (_) \___/ |_| \_/ |_| |_| \____/_.___/\__,_/_/ /_/\__/\__,_/ /____/ /_/ (_)____/ /_/ |___/_/ /_/
EOF EOF
} }