mirror of
				https://github.com/RogerSik/proxmox-vm-template.git
				synced 2025-11-04 08:37:40 +01:00 
			
		
		
		
	ubuntu-lts.sh: made it more clear for user input
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
		@@ -13,9 +13,9 @@ if [ ! -f "ssh-keys.pub" ]; then
 | 
			
		||||
  exit
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
echo "VM ID"
 | 
			
		||||
echo "Enter VM ID"
 | 
			
		||||
read -r VM_ID
 | 
			
		||||
echo "VM Name?"
 | 
			
		||||
echo "Enter VM Name"
 | 
			
		||||
read -r VM_NAME
 | 
			
		||||
 | 
			
		||||
echo "Image download"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user