Unable to locate package crowdsec-firewall-bouncer-iptables

Unable to install firewall bouncer:

lduser208@RLGKRI:~$ sudo docker pull crowdsecurity/crowdsec
Using default tag: latest
latest: Pulling from crowdsecurity/crowdsec
Digest: sha256:e16c113dedf47edaf3a1f6a233df3b5655cfac060c2cb39100d57f66cb03c13e
Status: Image is up to date for crowdsecurity/crowdsec:latest
docker.io/crowdsecurity/crowdsec:latest
lduser208@RLGKRI:~$ sudo apt install crowdsec-firewall-bouncer-iptables
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package crowdsec-firewall-bouncer-iptables

Did you setup our repositories on the machine?

curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash

then run

sudo apt install crowdsec-firewall-bouncer-iptables

That fixed it, thanks! I thought I’d already done that, but apparently not.