Skip to content

Commit

Permalink
Merge pull request #10 from inloco/install-awscli
Browse files Browse the repository at this point in the history
pkr: install awscli
  • Loading branch information
paulolieuthier authored Sep 21, 2023
2 parents 80c3a04 + f5a66d2 commit 688db34
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 @@ -33,7 +33,7 @@ build {
"HOMEBREW_INSTALL_FROM_API=1 /private/tmp/brew.sh",
"rm -Rfv /private/tmp/brew.sh",

"HOMEBREW_INSTALL_FROM_API=1 brew install git jq skopeo gh gnu-sed parallel",
"HOMEBREW_INSTALL_FROM_API=1 brew install git jq skopeo awscli gh gnu-sed parallel",

"sudo ln -s /usr/local/bin/gsed /usr/local/bin/sed",
"sudo git config --system credential.helper ''",
Expand Down

0 comments on commit 688db34

Please sign in to comment.