Update setup-adguard-lxc.sh

This commit is contained in:
2026-05-27 13:11:31 +10:00
parent e767270c7d
commit 2a1133a0b9
+1 -1
View File
@@ -47,7 +47,7 @@ echo "============================================"
# --- Check if template exists, download if not --- # --- Check if template exists, download if not ---
if ! pveam list local | grep -q "debian-12-standard"; then if ! pveam list local | grep -q "debian-12-standard"; then
echo "[1/8] Downloading Debian 12 template..." 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 else
echo "[1/8] Debian 12 template already available" echo "[1/8] Debian 12 template already available"
fi fi