diff --git a/ct/ipfs.sh b/ct/kubo.sh similarity index 92% rename from ct/ipfs.sh rename to ct/kubo.sh index 26fe051f..e792b791 100644 --- a/ct/ipfs.sh +++ b/ct/kubo.sh @@ -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" diff --git a/install/ipfs-install.sh b/install/kubo-install.sh similarity index 100% rename from install/ipfs-install.sh rename to install/kubo-install.sh