From 12eb19ae4cff4b846d5b09b560c15d76313ed309 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 7 May 2026 10:45:21 +0200 Subject: [PATCH] vm: update disk image URL for Ubuntu 25.04 (#14290) --- vm/ubuntu2504-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/ubuntu2504-vm.sh b/vm/ubuntu2504-vm.sh index bf2dd1a93..8106cc393 100644 --- a/vm/ubuntu2504-vm.sh +++ b/vm/ubuntu2504-vm.sh @@ -494,7 +494,7 @@ fi 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 Ubuntu 25.04 Disk Image" -URL=https://cloud-images.ubuntu.com/plucky/current/plucky-server-cloudimg-amd64.img +URL=https://cloud-images.ubuntu.com/releases/server/plucky/release/ubuntu-25.04-server-cloudimg-amd64.img sleep 2 msg_ok "${CL}${BL}${URL}${CL}" curl -f#SL -o "$(basename "$URL")" "$URL"