Skip to content

Commit

Permalink
pkr: install gnu-sed with precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
paulolieuthier committed Sep 19, 2023
1 parent 2529632 commit 80c3a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkr/runner.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build {

"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 ln -s /usr/local/bin/gsed /usr/local/bin/sed",
"sudo git config --system credential.helper ''",

# don't install through brew because of installation errors
Expand Down

0 comments on commit 80c3a04

Please sign in to comment.