Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/macos/scripts/build/install-aws-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sudo installer -pkg "$awscliv2_pkg_path" -target /

echo "Installing aws sam cli..."
brew tap aws/tap
brew trust aws/tap
brew_smart_install aws-sam-cli

echo "Install aws cli session manager"
Expand Down
2 changes: 2 additions & 0 deletions images/macos/scripts/build/install-common-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ for package in $common_packages; do
case "$package" in
packer)
# Packer has been deprecated in Homebrew. Use tap to install Packer.
brew tap hashicorp/tap
brew trust hashicorp/tap
brew install hashicorp/tap/packer
;;

Expand Down
Loading