From 6e480d053f74ae496f2b1ceb1ec1e417d84e2b0b Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 9 Nov 2025 10:03:57 -0500 Subject: [PATCH] fix app name and hdd --- ct/netvisor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/netvisor.sh b/ct/netvisor.sh index 635eb58bd..807a8ba4e 100644 --- a/ct/netvisor.sh +++ b/ct/netvisor.sh @@ -5,11 +5,11 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/maynayza/netvisor -APP="donetick" +APP="Netvisor" var_tags="${var_tags:-analytics}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" -var_disk="${var_disk:-5}" +var_disk="${var_disk:-6}" var_os="${var_os:-debian}" var_version="${var_version:-13}" var_unprivileged="${var_unprivileged:-1}"