Install without confirmation
This commit is contained in:
parent
231a56803e
commit
e4e39e5517
|
@ -4539,7 +4539,7 @@ function intrusion_detection {
|
|||
if grep -Fxq "intrusion_detection" $COMPLETION_FILE; then
|
||||
return
|
||||
fi
|
||||
apt-get install tripwire
|
||||
apt-get -y --force-yes install tripwire
|
||||
apt-get -y --force-yes autoremove
|
||||
cd /etc/tripwire
|
||||
cp arm-local.key $DOMAIN_NAME-local.key
|
||||
|
|
Loading…
Reference in New Issue