From 536a96b65efb1843841f9035a418ea6b6550874f Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Wed, 26 Jun 2024 21:13:02 -0400 Subject: [PATCH] Changing application name to Kubo --- ct/{ipfs.sh => kubo.sh} | 12 ++++++------ install/{ipfs-install.sh => kubo-install.sh} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename ct/{ipfs.sh => kubo.sh} (92%) rename install/{ipfs-install.sh => kubo-install.sh} (100%) 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