This script bootstraps the automated Server installation of our first proxmox host
wget -nv https://raw.githubusercontent.com/Lan2Play/Proxmox-01.lan2play.local-bootstrap/main/bootstrap.sh -O bootstrap.sh && chmod +x bootstrap.sh && ./bootstrap.sh; rm -rf bootstrap.sh