mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-07 17:18:49 +02:00
vm: update disk image URL for Ubuntu 25.04 (#14290)
This commit is contained in:
committed by
GitHub
parent
c8dc0cffe0
commit
12eb19ae4c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user