mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 18:03:10 +01:00
Setup Script - Install bind-utils
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user