ubuntu-lts.sh use "" for entire url

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
2023-02-26 17:13:03 +01:00
parent c7011d14c9
commit c4e5d49fce

View File

@ -19,7 +19,7 @@ echo "VM Name?"
read -r VM_NAME
echo "Image download"
wget https://cloud-images.ubuntu.com/"$LAST_LTS_RELEASE"/current/"$LAST_LTS_RELEASE-server-cloudimg-amd64.img"
wget "https://cloud-images.ubuntu.com/$LAST_LTS_RELEASE/current/$LAST_LTS_RELEASE-server-cloudimg-amd64.img"
apt install libguestfs-tools -y
echo "Install qemu-guest-agent on Ubuntu image"