fixed format

This commit is contained in:
Miguel Muniz 2024-07-22 08:35:35 -07:00
parent 4e41982f7d
commit e8672ca2a6
17 changed files with 1274 additions and 13 deletions

View file

@ -2,18 +2,7 @@
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
function header_info {
clear
cat <<"EOF"
*insert art*
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-author: Rogue-King
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
@ -33,7 +22,8 @@ cat <<"EOF"
/ / __// // __/ _ \/ __ /
/ /_/ // // /_/ __/ /_/ /
\____//_/ \__/\___/\__,_/
EOF
EOF
}
header_info
echo -e "Loading..."