Update Traefik-gemini-fix.sh

bash -c "$(curl -fsSL http://192.168.1.43:3000/maq/helper-scripts/raw/branch/main/Traefik-gemini-fix.sh)"
This commit is contained in:
maq
2025-08-23 06:44:17 -07:00
parent 9d176a4a3e
commit 27260a464b

View File

@@ -200,7 +200,7 @@ setup_proxmox_provider() {
create_container() {
local id=$1
local TEMPLATE_NAME="debian-12-standard_12.1-1_amd64.tar.zst"
local TEMPLATE_NAME="debian-12-standard_12.7-1_amd64.tar.zst"
# Check and download template if it doesn't exist
if ! pveam list local | grep -q "$TEMPLATE_NAME"; then