mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 00:13:06 +01:00
Install curl in order to test for cloud
This commit is contained in:
@@ -743,7 +743,7 @@ detect_os() {
|
|||||||
systemctl start NetworkManager;
|
systemctl start NetworkManager;
|
||||||
} >> "$setup_log" 2<&1
|
} >> "$setup_log" 2<&1
|
||||||
fi
|
fi
|
||||||
apt-get install -y bc >> "$setup_log" 2>&1
|
apt-get install -y bc curl >> "$setup_log" 2>&1
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "We were unable to determine if you are using a supported OS."
|
echo "We were unable to determine if you are using a supported OS."
|
||||||
|
|||||||
Reference in New Issue
Block a user