From ebfa265f43ccb3e9f5a4cdd93912f65560cf0454 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 4 Jan 2026 08:21:02 +0200 Subject: [PATCH] update template upstream url (whoopsies, now 404) --- proxmox/admin_scripts/template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/admin_scripts/template.sh b/proxmox/admin_scripts/template.sh index a3ec681..f6cbda4 100755 --- a/proxmox/admin_scripts/template.sh +++ b/proxmox/admin_scripts/template.sh @@ -32,7 +32,7 @@ qm create "$vmid" \ # Whole script supposed to be replaced by self-service suite anyway. #TODO: virt-builder version is crap, replacing it with drop-in: -wget 'https://cdimage.debian.org/images/cloud/bookworm/latest/debian-13-genericcloud-amd64.raw' -O "$img".img +wget 'https://cdimage.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.raw' -O "$img".img function cleanup { rm "$img".img