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