Skip to content

Commit

Permalink
install bash-completion (#118)
Browse files Browse the repository at this point in the history
from what I can tell, our recent problems with bash-completion was not due to a misconfiguration. It's simply due to the package not existing on our box. so this install should do the trick.
  • Loading branch information
browner12 authored and svpernova09 committed Oct 3, 2017
1 parent 2585258 commit 2d38946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apt-get update

apt-get install -y build-essential dos2unix gcc git libmcrypt4 libpcre3-dev ntp unzip \
make python2.7-dev python-pip re2c supervisor unattended-upgrades whois vim libnotify-bin \
pv cifs-utils mcrypt
pv cifs-utils mcrypt bash-completion

# Set My Timezone

Expand Down

0 comments on commit 2d38946

Please sign in to comment.