mirror of
https://github.com/RogerSik/proxmox-vm-template.git
synced 2024-11-23 17:00:28 +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:
parent
c4e5d49fce
commit
56d1181d84
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user