1
Fork 0
mirror of https://github.com/RGBCube/vmware-to-proxmox-migration-script synced 2025-07-25 23:47:45 +00:00

added prereq section

This commit is contained in:
tcude 2024-02-03 22:24:22 -06:00
parent 84ce6df06c
commit da4e4305bf

View file

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