From 2a1133a0b9cb17f0f72e32513ed31db670cede8f Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 27 May 2026 13:11:31 +1000 Subject: [PATCH] Update setup-adguard-lxc.sh --- setup-adguard-lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-adguard-lxc.sh b/setup-adguard-lxc.sh index b92b6c1..b1c3f37 100644 --- a/setup-adguard-lxc.sh +++ b/setup-adguard-lxc.sh @@ -47,7 +47,7 @@ echo "============================================" # --- Check if template exists, download if not --- if ! pveam list local | grep -q "debian-12-standard"; then echo "[1/8] 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/8] Debian 12 template already available" fi