Legolas
1
I just started installing crowdsec on a new Debian 13 system.
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash
apt install crowdsec
Until then everything ran as usual without problems
sudo apt install crowdsec-firewall-bouncer-nftables
But that doesn’t work anymore
Package crowdsec-firewall-bouncer-nftables cannot be found.
Do you have a tip for me?
iiAmLoz
2
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash apt install crowdsec
This is the old installation script that is not aligned with our any/any method.
You must run the following as outlined in our documentation:
curl -s https://install.crowdsec.net/ | sudo sh
apt install crowdsec
ref: Linux | CrowdSec
note: you may want to check your crowdsec version via cscli version you may have installed version 1.4.6 by mistake.