mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 11:42:50 +01:00
Setup Script - Add -y to apt install for ifenslave
This commit is contained in:
@@ -130,7 +130,7 @@ create_bond() {
|
|||||||
# Create Bond files
|
# Create Bond files
|
||||||
|
|
||||||
else
|
else
|
||||||
apt-get install ifenslave
|
apt -y install ifenslave
|
||||||
echo "bonding" >> /etc/modules
|
echo "bonding" >> /etc/modules
|
||||||
modprobe bonding
|
modprobe bonding
|
||||||
# Backup and create a new interface file
|
# Backup and create a new interface file
|
||||||
|
|||||||
Reference in New Issue
Block a user