mirror of https://github.com/tteck/Proxmox.git
parent
4a36166929
commit
1aff71d17f
|
@ -8,12 +8,11 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
|
||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ __
|
____ __ __ __
|
||||||
____ ____ _____/ /_____ / /_/ /_ ____ _________
|
/ __ \____ _____/ /_____ / /_/ /_ ____ _________
|
||||||
/ __ \/ __ \/ ___/ //_/ _ \/ __/ __ \/ __ `/ ___/ _ \
|
/ /_/ / __ \/ ___/ //_/ _ \/ __/ __ \/ __ `/ ___/ _ \
|
||||||
/ /_/ / /_/ / /__/ ,< / __/ /_/ /_/ / /_/ (__ ) __/
|
/ ____/ /_/ / /__/ ,< / __/ /_/ /_/ / /_/ (__ ) __/
|
||||||
/ .___/\____/\___/_/|_|\___/\__/_.___/\__,_/____/\___/
|
/_/ \____/\___/_/|_|\___/\__/_.___/\__,_/____/\___/
|
||||||
/_/
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue