From da4e4305bf388dff300aca658417598611ea5b30 Mon Sep 17 00:00:00 2001 From: tcude Date: Sat, 3 Feb 2024 22:24:22 -0600 Subject: [PATCH] added prereq section --- vmware_to_proxmox.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vmware_to_proxmox.sh b/vmware_to_proxmox.sh index faa3169..432f749 100755 --- a/vmware_to_proxmox.sh +++ b/vmware_to_proxmox.sh @@ -6,6 +6,9 @@ # - Get script to pull specs of ESXi VM and use them when creating Proxmox VM # - Add functionality to remove old .ova files from local machine +### PREREQUISITES ### +# - Install ovftool on the machine you are running the script on + # Function to get user input with a default value get_input() { read -p "$1 [$2]: " input