Skip to content

Instantly share code, notes, and snippets.

@z0ph
Created December 6, 2017 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z0ph/02331d92f383a4d45fb7b9ffa43d790a to your computer and use it in GitHub Desktop.
Save z0ph/02331d92f383a4d45fb7b9ffa43d790a to your computer and use it in GitHub Desktop.
Amazon Linux AMI
#!/bin/bash
yum install bash-completion --enablerepo=epel -y
. /etc/bash_completion
curl https://raw.githubusercontent.com/wallix/awless/master/getawless.sh | bash
mv awless /usr/local/bin/
echo 'source <(awless completion bash)' >> ~/.bashrc:x
source .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment