Commit 742dfa67955349d4fff0830ee00e2a0e48f3e353
1 parent
93107498c2
Exists in
master
bash-completion and bash-completion-extras
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
centos-after-install.sh
... | ... | @@ -22,7 +22,7 @@ sudo yum -y install epel-release |
22 | 22 | sudo yum -y groupinstall "Development Tools" |
23 | 23 | sudo yum -y remove nodejs |
24 | 24 | curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash - |
25 | -sudo yum -y install nodejs iftop vim-enhanced wget nmap traceroute net-tools telnet minicom iperf htop bwm-ng | |
25 | +sudo yum -y install nodejs iftop vim-enhanced wget nmap traceroute net-tools telnet minicom iperf htop bwm-ng bash-completion bash-completion-extras | |
26 | 26 | sudo yum -y update |
27 | 27 | sudo npm install -g nodemon |
28 | 28 | sudo npm install -g mocha |