mirror of
				https://github.com/RogerSik/proxmox-vm-template.git
				synced 2025-11-04 08:37:40 +01:00 
			
		
		
		
	ubuntu-lts.sh use "" for entire url
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user