diff --git a/setup-guacamole-lxc.sh b/setup-guacamole-lxc.sh index 3f812ea..69e8d7c 100644 --- a/setup-guacamole-lxc.sh +++ b/setup-guacamole-lxc.sh @@ -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