From 2ee1cbc25e3d083c3eec0dd32dfd758b33ec33d9 Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Mon, 24 Nov 2025 16:29:52 -0500 Subject: [PATCH] change var_tag --- ct/manyfold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/manyfold.sh b/ct/manyfold.sh index a4c1112b9..c3c981dee 100644 --- a/ct/manyfold.sh +++ b/ct/manyfold.sh @@ -6,7 +6,7 @@ source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxV # Source: https://github.com/manyfold3d/manyfold APP="Manyfold" -var_tags="${var_tags:-network}" +var_tags="${var_tags:-3d}" var_cpu="${var_cpu:-4}" var_ram="${var_ram:-4096}" var_disk="${var_disk:-15}"