cs-firewall-bouncer
cs-firewall-bouncer copied to clipboard
Alpine Linux / OpenRC support?
trafficstars
I get the following logs:
cat: can't open '/etc/system-release': No such file or directory
Distribution is not supported, exiting.
FYI, there is a package available in edge/testing: https://pkgs.alpinelinux.org/package/edge/testing/x86_64/cs-firewall-bouncer
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?