cs-firewall-bouncer icon indicating copy to clipboard operation
cs-firewall-bouncer copied to clipboard

Alpine Linux / OpenRC support?

Open FireMasterK opened this issue 3 years ago • 2 comments
trafficstars

I get the following logs:

cat: can't open '/etc/system-release': No such file or directory
Distribution is not supported, exiting.

FireMasterK avatar Jul 07 '22 05:07 FireMasterK

FYI, there is a package available in edge/testing: https://pkgs.alpinelinux.org/package/edge/testing/x86_64/cs-firewall-bouncer

Ikke avatar Oct 12 '22 17:10 Ikke

Gentoo has the same issue, installing crowdsec itself works without any issues.

-edit- Simply removing the check_pkg_manager() function from the install.sh script will make it work. Could we just detect the required commands/packages for non supported os'es here?

FYN-Michiel avatar Nov 09 '22 11:11 FYN-Michiel