Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created January 21, 2016 18:31
Show Gist options
  • Save dasgoll/fca0c6237741e475ad03 to your computer and use it in GitHub Desktop.
Save dasgoll/fca0c6237741e475ad03 to your computer and use it in GitHub Desktop.
Install bash-completion on Amazon Linux
## Install bash-completion on Amazon Linux
wget http://www.caliban.org/files/redhat/RPMS/noarch/bash-completion-20060301-1.noarch.rpm
rpm -ivh bash-completion-20060301-1.noarch.rpm
. /etc/bash_completion
@jrouleau
Copy link

You can also install from EPEL:

yum install bash-completion --enablerepo=epel

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