From 07eda340ea669162ea9232e6db36cde3b6d58ca2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 4 Oct 2025 22:29:30 +0200 Subject: [PATCH] fix: pve-scripts-local: typo (#8113) --- ct/pve-scripts-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pve-scripts-local.sh b/ct/pve-scripts-local.sh index f796cc453..ebe51d163 100644 --- a/ct/pve-scripts-local.sh +++ b/ct/pve-scripts-local.sh @@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Source: https://www.debian.org/ APP="PVE-Scripts-Local" -var_tags="${var_tags:-pve-scritps-local}" +var_tags="${var_tags:-pve-scripts-local}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}" var_disk="${var_disk:-4}"