From 02202df968156d13bdcbc3e7fe37653567318c68 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 27 May 2026 13:13:26 +1000 Subject: [PATCH] Update setup-npm-lxc.sh --- setup-npm-lxc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-npm-lxc.sh b/setup-npm-lxc.sh index 95bc4ff..55e9d43 100644 --- a/setup-npm-lxc.sh +++ b/setup-npm-lxc.sh @@ -32,7 +32,7 @@ CT_NAME="npm" CT_IP="10.0.0.226/24" CT_GW="10.0.0.254" CT_STORAGE="local-lvm" -CT_TEMPLATE="local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" +CT_TEMPLATE="local:vztmpl/debian-12-standard_12.12-1_amd64.tar.zst" CT_MEMORY=512 CT_SWAP=256 CT_CORES=2 @@ -52,7 +52,7 @@ echo "============================================" # --- Check if template exists --- if ! pveam list local | grep -q "debian-12-standard"; then echo "[1/9] Downloading Debian 12 template..." - pveam download local debian-12-standard_12.7-1_amd64.tar.zst + pveam download local debian-12-standard_12.12-1_amd64.tar.zst else echo "[1/9] Debian 12 template already available" fi