Forked from dasgoll/Install bash-completion on Amazon Linux
Last active
October 3, 2016 21:45
-
-
Save lourenzo/d8c757ae45e3395b46eefe3987a8213b to your computer and use it in GitHub Desktop.
Install bash-completion on Amazon Linux
This file contains 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 | |
sudo rpm -ivh bash-completion-20060301-1.noarch.rpm | |
rm 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