Commit a7ded0e8dec28dd114d634b52e33e886ce33d4ce
1 parent
f01723d065
Exists in
master
install bind-utils dan whois
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 bash-completion bash-completion-extras | |
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 whois bind-utils | |
26 | 26 | sudo yum -y update |
27 | 27 | sudo npm install -g nodemon |
28 | 28 | sudo npm install -g mocha |