Update URL for Debian Qcow2 Disk Image

This commit is contained in:
CanbiZ
2025-11-11 09:37:01 +01:00
committed by GitHub
parent 000dc9a068
commit e629ff5427

View File

@ -473,7 +473,7 @@ if ! command -v virt-customize &>/dev/null; then
fi
msg_info "Retrieving the URL for the Debian 13 Qcow2 Disk Image"
URL="https://cloud.debian.org/images/cloud/bookworm/latest/debian-13-nocloud-$(dpkg --print-architecture).qcow2"
URL="https://cloud.debian.org/images/cloud/trixie/latest/debian-13-nocloud-$(dpkg --print-architecture).qcow2"
sleep 2
msg_ok "${CL}${BL}${URL}${CL}"
curl -f#SL -o "$(basename "$URL")" "$URL"