mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update homebox.sh
capitalize b
This commit is contained in:
parent
341d6532e4
commit
eff078776e
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue