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

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

View File

@@ -13,9 +13,9 @@ if [ ! -f "ssh-keys.pub" ]; then
exit exit
fi fi
echo "VM ID" echo "Enter VM ID"
read -r VM_ID read -r VM_ID
echo "VM Name?" echo "Enter VM Name"
read -r VM_NAME read -r VM_NAME
echo "Image download" echo "Image download"