#!/usr/bin/env bash # -*- coding: utf-8 -*- # #~@filename: install-aws-cli.sh #~@source: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip ./aws/install --install-dir /usr/local/aws-cli --bin-dir /usr/local/bin echo "#-------------------# # AWS # #-------------------# BIN: $(which aws) VERSION: $(aws --version) "
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter