Can anyone help me install crowdsec on Parrot?

I am trying to install Crowdsec throughout my network. When I try and install by running

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

I get this error

This usually happens if your operating system is not supported by
packagecloud.io, or this script’s OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website: packagecloud Documentation - Documentation for the Command-Line Interface (CLI) and automation tools

Now I am trying to fugure out what version of Debian to add to the script as well as exactly where in the Crowdsec script I need to make this change?

lsb_release -a
No LSB modules are available.
Distributor ID: Parrot
Description: Parrot OS 5.1 (Electro Ara)
Release: 5.1
Codename: ara

Why not;

sudo apt install crowdsec

I tried that, but itvsays Parro is an inknown distro and fails to install

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.