From ee86a8a4e36e1a24e05c1ee24f40250dfd1c9dc6 Mon Sep 17 00:00:00 2001 From: Paulo Lieuthier Date: Mon, 18 Sep 2023 19:09:57 -0300 Subject: [PATCH] pkr: install git, parallel, setup gnu-sed and git credential helper --- pkr/runner.pkr.hcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkr/runner.pkr.hcl b/pkr/runner.pkr.hcl index 59b7833..7ffe365 100644 --- a/pkr/runner.pkr.hcl +++ b/pkr/runner.pkr.hcl @@ -33,7 +33,10 @@ build { "HOMEBREW_INSTALL_FROM_API=1 /private/tmp/brew.sh", "rm -Rfv /private/tmp/brew.sh", - "HOMEBREW_INSTALL_FROM_API=1 brew install jq skopeo gh gnu-sed", + "HOMEBREW_INSTALL_FROM_API=1 brew install git jq skopeo gh gnu-sed parallel", + + "echo \"$(brew --prefix)/opt/gnu-sed/libexec/gnubin\" | sudo tee -a /etc/paths", + "sudo git config --system credential.helper ''", # don't install through brew because of installation errors # "brew install --cask intel-haxm",