Update iventoy.sh

Add ASCII artwork
This commit is contained in:
Ryan Freeman 2024-04-12 21:45:07 +01:00 committed by GitHub
parent 092e0c088f
commit e3c0869ffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -8,9 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
function header_info {
clear
cat <<"EOF"
_ _ __ __
(_) | / /__ ____ / /_____ __ __
/ /| | / / _ \/ __ \/ __/ __ \/ / / /
/ / | |/ / __/ / / / /_/ /_/ / /_/ /
/_/ |___/\___/_/ /_/\__/\____/\__, /
/____/
IVENTOY
EOF
}
header_info