mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update cockpit.sh
tweak
This commit is contained in:
parent
3da7124f6e
commit
083c8c0226
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: havardthom
|
# Author: tteck
|
||||||
|
# Co-Author: havardthom
|
||||||
# License: MIT
|
# License: MIT
|
||||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||||
|
|
||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ __ _ __
|
______ __ _ __
|
||||||
/ ____/___ _____/ /______ (_) /_
|
/ ____/___ _____/ /______ (_) /_
|
||||||
/ / / __ \/ ___/ //_/ __ \/ / __/
|
/ / / __ \/ ___/ //_/ __ \/ / __/
|
||||||
/ /___/ /_/ / /__/ ,< / /_/ / / /_
|
/ /___/ /_/ / /__/ ,< / /_/ / / /_
|
||||||
\____/\____/\___/_/|_/ .___/_/\__/
|
\____/\____/\___/_/|_/ .___/_/\__/
|
||||||
/_/
|
/_/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue