TravisFSmith / SweetSecurity

Network Security Monitoring on Raspberry Pi type devices
Apache License 2.0
778 stars 189 forks source link

Missing dependencies postfix/sendmail and JDK #53

Open royolsen opened 5 years ago

royolsen commented 5 years ago

Bro won't run in this configuration without sendmail, typically provided by postfix.

JFFI will not build without JDK, so just installing JRE on the sensor device is not enough.

sudo apt install openjdk-8-jdk postfix