Skip to content

Instantly share code, notes, and snippets.

@openhoangnc
Created January 16, 2023 03:14
Show Gist options
  • Select an option

  • Save openhoangnc/5d92ae0de784ee7929a197cf8398579e to your computer and use it in GitHub Desktop.

Select an option

Save openhoangnc/5d92ae0de784ee7929a197cf8398579e to your computer and use it in GitHub Desktop.
Install AWS cli on macOS
curl -L https://awscli.amazonaws.com/AWSCLIV2.pkg -o /tmp/AWSCLIV2.pkg
sudo installer -store -pkg "/tmp/AWSCLIV2.pkg" -target /
rm -f "/tmp/AWSCLIV2.pkg"
@openhoangnc
Copy link
Author

curl -L -sS bit.ly/ins-aws-cli | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment