mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +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
|
||||
|
||||
else
|
||||
apt-get install ifenslave
|
||||
apt -y install ifenslave
|
||||
echo "bonding" >> /etc/modules
|
||||
modprobe bonding
|
||||
# Backup and create a new interface file
|
||||
|
||||
Reference in New Issue
Block a user