From 4b1ab73099003afc6887945a41ff047bed91cebd Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:07:42 +0000 Subject: [PATCH] Updated minikube post command --- software.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/software.yml b/software.yml index 514eb485..438d3463 100644 --- a/software.yml +++ b/software.yml @@ -939,7 +939,7 @@ softwarePackages: _github: https://github.com/AstroNvim/AstroNvim _home: https://astronvim.github.io/ _name: AstroNvim - _post: nvim --headless -c 'quitall' + _post: bash -ci "nvim --headless -c 'quitall'" dockutil: _bin: dockutil _github: https://github.com/kcrawford/dockutil @@ -5806,7 +5806,9 @@ softwarePackages: _github: https://github.com/kubernetes/minikube _home: null _name: minikube - _post: minikube config set driver virtualbox + # TODO - Prefer HyperV on Windows https://minikube.sigs.k8s.io/docs/drivers/hyperv/ + # TODO - Prefer HyperKit on macOS https://minikube.sigs.k8s.io/docs/drivers/hyperkit/ + _post: if command -v docker > /dev/null; then minikube config set driver docker; elif command -v VBoxManage > /dev/null; then minikube config set driver virtualbox; fi _todo: A full installation of Xcode.app 9.0 is required. Also, hyperkit x86_64 architecture is required for this software. So automate install of Xcode.app 9.0 and add check for x86_64 prior to installing this brew: minikube brew:darwin: