We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724bafc commit e644ed4Copy full SHA for e644ed4
installer/cape2.sh
@@ -690,7 +690,9 @@ EOL
690
691
function install_suricata() {
692
echo '[+] Installing Suricata'
693
- sudo add-apt-repository -y ppa:oisf/suricata-stable
+ # Suricata 8 has many breaking changes. We don't have time to make it compatible
694
+ # sudo add-apt-repository -y ppa:oisf/suricata-stable
695
+ sudo add-apt-repository ppa:oisf/suricata-7.0
696
sudo apt-get -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-overwrite" install -y suricata
697
touch /etc/suricata/threshold.config
698
0 commit comments