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:
parent
84ce6df06c
commit
da4e4305bf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue