mirror of https://github.com/tteck/Proxmox.git
parent
a9fea5e552
commit
497b6bd9a8
|
@ -8,13 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
|
||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_ __ __ ________ __
|
_ __ __ __ __ __ __ __
|
||||||
/ | / /__ _ __/ /_/ ____/ /___ __ ______/ /
|
/ | / /__ _ __/ /______/ /___ __ ______/ / / / / /_ __/ /_
|
||||||
/ |/ / _ \| |/_/ __/ / / / __ \/ / / / __ /
|
/ |/ / _ \| |/_/ __/ ___/ / __ \/ / / / __ / / /_/ / / / / __ \
|
||||||
/ /| / __/> </ /_/ /___/ / /_/ / /_/ / /_/ /
|
/ /| / __/> </ /_/ /__/ / /_/ / /_/ / /_/ / / __ / /_/ / /_/ /
|
||||||
/_/ |_/\___/_/|_|\__/\____/_/\____/\__,_/\__,_/
|
/_/ |_/\___/_/|_|\__/\___/_/\____/\__,_/\__,_/ /_/ /_/\__,_/_.___/
|
||||||
Alpine
|
Alpine
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
|
Loading…
Reference in New Issue