Setup Script - Install bind-utils

This commit is contained in:
Mike Reeves
2018-11-12 13:49:54 -05:00
parent ae331d0b23
commit 553e257dbf

View File

@@ -240,6 +240,7 @@ detect_os() {
echo "Detecting Base OS"
if [ -f /etc/redhat-release ]; then
OS=centos
yum -y install bind-utils
elif [ -f /etc/os-release ]; then
OS=ubuntu
else