Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 373 Bytes

AwsCloudShell

Bootstrap updates and configs of an AWS CloudShell environment.

TLDR

Run either curl or wget one-liners to install interactively:

curl

curl -fsS https://raw.githubusercontent.com/grolston/AwsCloudShell/main/update.sh | bash

wget

wget https://raw.githubusercontent.com/grolston/AwsCloudShell/main/update.sh -O- | bash