mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
12 lines
211 B
Bash
12 lines
211 B
Bash
#!/bin/bash
|
|
|
|
echo Installing aws...
|
|
brew install awscli
|
|
|
|
echo Installing aws sam cli...
|
|
brew tap aws/tap
|
|
brew install aws-sam-cli
|
|
|
|
echo "Install aws cli session manager"
|
|
brew cask install session-manager-plugin
|