mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "589d7d6377165c7d0404ad9dadc22f37a64ee10d" and "54720bdcdb97ee8d529cb6ecb70f7a8aa21e2129" have entirely different histories.
589d7d6377
...
54720bdcdb
|
@ -370,7 +370,7 @@ fi
|
||||||
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
|
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
|
||||||
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
|
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
|
||||||
msg_info "Retrieving the URL for the Ubuntu 22.04 Disk Image"
|
msg_info "Retrieving the URL for the Ubuntu 22.04 Disk Image"
|
||||||
URL=https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
|
URL=https://cloud-images.ubuntu.com/jammy/20231027/jammy-server-cloudimg-amd64.img
|
||||||
sleep 2
|
sleep 2
|
||||||
msg_ok "${CL}${BL}${URL}${CL}"
|
msg_ok "${CL}${BL}${URL}${CL}"
|
||||||
wget -q --show-progress $URL
|
wget -q --show-progress $URL
|
||||||
|
|
Loading…
Reference in New Issue