Skip to content

Commit e644ed4

Browse files
authored
Switch Suricata installation to version 7.0
Comment out the repository for Suricata 8 and use Suricata 7.0 instead.
1 parent 724bafc commit e644ed4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

installer/cape2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,9 @@ EOL
690690

691691
function install_suricata() {
692692
echo '[+] Installing Suricata'
693-
sudo add-apt-repository -y ppa:oisf/suricata-stable
693+
# 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
694696
sudo apt-get -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-overwrite" install -y suricata
695697
touch /etc/suricata/threshold.config
696698

0 commit comments

Comments
 (0)