ubuntu-lts.sh: made it more clear for user input

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
Roger Sikorski 2023-02-26 17:20:18 +01:00
parent c4e5d49fce
commit 56d1181d84
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -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"