mirror of
https://github.com/RogerSik/proxmox-vm-template.git
synced 2024-11-23 17:00:28 +01:00
ubuntu-lts.sh use "" for entire url
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
parent
c7011d14c9
commit
c4e5d49fce
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user