Updated address of cloud img file - ubuntu-vm.sh (#2189)

Update to '20231207'
https://cloud-images.ubuntu.com/jammy/20231207/jammy-server-cloudimg-amd64.img
This commit is contained in:
Pablo 2023-12-14 10:07:34 +01:00 committed by GitHub
parent 54720bdcdb
commit f39262c86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,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 22.04 Disk Image"
URL=https://cloud-images.ubuntu.com/jammy/20231027/jammy-server-cloudimg-amd64.img
URL=https://cloud-images.ubuntu.com/jammy/20231207/jammy-server-cloudimg-amd64.img
sleep 2
msg_ok "${CL}${BL}${URL}${CL}"
wget -q --show-progress $URL