From 589d7d6377165c7d0404ad9dadc22f37a64ee10d Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 14 Dec 2023 04:51:52 -0500 Subject: [PATCH] Update ubuntu-vm.sh set image to `current` --- vm/ubuntu-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/ubuntu-vm.sh b/vm/ubuntu-vm.sh index e9eacdf3..4ff0af77 100644 --- a/vm/ubuntu-vm.sh +++ b/vm/ubuntu-vm.sh @@ -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/20231207/jammy-server-cloudimg-amd64.img +URL=https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img sleep 2 msg_ok "${CL}${BL}${URL}${CL}" wget -q --show-progress $URL