Created
January 21, 2016 18:31
-
-
Save dasgoll/fca0c6237741e475ad03 to your computer and use it in GitHub Desktop.
Install bash-completion on Amazon Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also install from EPEL: