mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup script - install nmcli on Ubuntu
This commit is contained in:
@@ -382,6 +382,7 @@ detect_os() {
|
||||
yum -y install bind-utils
|
||||
elif [ -f /etc/os-release ]; then
|
||||
OS=ubuntu
|
||||
apt install -y network-manager
|
||||
else
|
||||
echo "We were unable to determine if you are using a supported OS." >> $SETUPLOG 2>&1
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user