From 08ab05e07ebc5b47e62aebdbbc3cafb055b273ff Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:45:52 +0200 Subject: [PATCH] - --- vm/debian-13-vm.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vm/debian-13-vm.sh b/vm/debian-13-vm.sh index eeb0d106..b222ff90 100644 --- a/vm/debian-13-vm.sh +++ b/vm/debian-13-vm.sh @@ -11,9 +11,9 @@ function header_info { cat <<"EOF" ____ __ _ ________ / __ \___ / /_ (_)___ _____ < /__ / - / / / / _ \/ __ \/ / __ `/ __ \ / / /_ < - / /_/ / __/ /_/ / / /_/ / / / / / /___/ / -/_____/\___/_.___/_/\__,_/_/ /_/ /_//____/ + / / / / _ \/ __ \/ / __ `/ __ \ / / /_ < + / /_/ / __/ /_/ / / /_/ / / / / / /___/ / +/_____/\___/_.___/_/\__,_/_/ /_/ /_//____/ (Trixie) EOF } @@ -474,9 +474,9 @@ msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}." msg_info "Retrieving the URL for the Debian 13 Qcow2 Disk Image" if [ "$CLOUD_INIT" == "yes" ]; then - URL=https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2 + URL=https://cloud.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.qcow2 else - URL=https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-nocloud-amd64-daily.qcow2 + URL=https://cloud.debian.org/images/cloud/trixie/latest/debian-13-nocloud-amd64.qcow2 fi sleep 2 msg_ok "${CL}${BL}${URL}${CL}" @@ -540,7 +540,7 @@ DESCRIPTION=$( spend Coffee

- + GitHub