1
Fork 0
mirror of https://github.com/RGBCube/vmware-to-proxmox-migration-script synced 2025-07-27 00:17: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 # - 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 # - 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 # Function to get user input with a default value
get_input() { get_input() {
read -p "$1 [$2]: " input read -p "$1 [$2]: " input