mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Setup script - enable network manager
This commit is contained in:
@@ -383,6 +383,8 @@ detect_os() {
|
|||||||
elif [ -f /etc/os-release ]; then
|
elif [ -f /etc/os-release ]; then
|
||||||
OS=ubuntu
|
OS=ubuntu
|
||||||
apt install -y network-manager
|
apt install -y network-manager
|
||||||
|
/bin/systemctl enable network-manager
|
||||||
|
/bin/systemctl start network-manager
|
||||||
else
|
else
|
||||||
echo "We were unable to determine if you are using a supported OS." >> $SETUPLOG 2>&1
|
echo "We were unable to determine if you are using a supported OS." >> $SETUPLOG 2>&1
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user