Update homebox.sh

capitalize b
This commit is contained in:
tteckster 2024-09-16 06:51:16 -04:00 committed by GitHub
parent 341d6532e4
commit eff078776e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,17 +9,17 @@ 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
} }
header_info header_info
echo -e "Loading..." echo -e "Loading..."
APP="Homebox" APP="HomeBox"
var_disk="4" var_disk="4"
var_cpu="1" var_cpu="1"
var_ram="1024" var_ram="1024"