mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup script - enable network manager
This commit is contained in:
@@ -383,6 +383,8 @@ detect_os() {
|
||||
elif [ -f /etc/os-release ]; then
|
||||
OS=ubuntu
|
||||
apt install -y network-manager
|
||||
/bin/systemctl enable network-manager
|
||||
/bin/systemctl start 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