Changing application name to Kubo

This commit is contained in:
ulmentflam 2024-06-26 21:13:02 -04:00
parent b3b97c1b4f
commit 536a96b65e
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -9,16 +9,16 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
function header_info {
clear
cat <<"EOF"
________ ___________
/ _/ __ \/ ____/ ___/
/ // /_/ / /_ \__ \
_/ // ____/ __/ ___/ /
/___/_/ /_/ /____/
__ __ __
/ //_/_ __/ /_ ____
/ ,< / / / / __ \/ __ \
/ /| / /_/ / /_/ / /_/ /
/_/ |_\__,_/_.___/\____/
EOF
}
header_info
echo -e "Loading..."
APP="IPFS"
APP="Kubo"
var_disk="4"
var_cpu="2"
var_ram="4096"