Update setup-guacamole-lxc.sh

This commit is contained in:
2026-05-27 13:12:53 +10:00
parent 2a1133a0b9
commit 544542ce83
+2 -2
View File
@@ -25,7 +25,7 @@ CT_NAME="guacamole"
CT_IP="10.0.0.225/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=1024
CT_SWAP=256
CT_CORES=2
@@ -43,7 +43,7 @@ echo "============================================"
# --- Check if template exists ---
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