header_info try

This commit is contained in:
Kristo Copani 2024-11-28 21:39:02 +02:00
parent 15199bc942
commit 53abf07f9c

View File

@ -4,16 +4,16 @@ source <(curl -s https://raw.githubusercontent.com/kristocopani/ProxmoxVE/build/
# Author: kristocopani # Author: kristocopani
# License: MIT # License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info { function header_info {
clear clear
cat <<"EOF" cat <<"EOF"
________ __ ______ __ _ __ _ ____ _ _______
/_ __/ /_ ___ / / ____ __ ______ ____ ____ /_ __/__ _____/ /_ ____ (_) /_(_)_ ______ ___ / __ \/ | / / ___/
/ / / __ \/ _ \ / / / __ \/ / / / __ \/ __ `/ _ \ / / / _ \/ ___/ __ \/ __ \/ / __/ / / / / __ __ \ / / / / |/ /\__ \
/ / / / / / __/ / /___/ /_/ / /_/ / / / / /_/ / __/ / / / __/ /__/ / / / / / / / /_/ / /_/ / / / / / / / /_/ / /| /___/ /
/_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/ /_/ \___/\___/_/ /_/_/ /_/_/\__/_/\__,_/_/ /_/ /_/ /_____/_/ |_//____/
/____/
EOF EOF
} }
header_info header_info