This repository provides automated reproducible mirror builds of the upstream project:
For issues/credits/requests checkout upstream source: https://github.com/nirs/vmnet-helper
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | bashBy default install.sh is interactive. To disable interaction use:
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash