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