-
Notifications
You must be signed in to change notification settings - Fork 89
Description
When installing CrowdSec on a Flint 2 - GT6000 router running OpenWRT, the install script failed with an error that apparently involves the "tr" command in Linux. It's incorrectly changing OpenWRT to owenwrt, and so it fails the OS detection script. Here is the output and some information about the hardware/software. I ended up using the "opkg install crowdsec" route instead.
root@router:/# root@router:/# curl -s https://install.crowdsec.net | sh
Detected operating system as owenwrt/24.
Error This system is not supported (yet) by this script.
Please have a look at documentation https://docs.crowdsec.net/ or
file an issue at https://github.com/crowdsecurity/crowdsec if you think
the behavior is not intended
root@router:/# uname -a
Linux router 6.6.93 #0 SMP Mon Jun 23 20:40:36 2025 aarch64 GNU/Linux
root@router:/# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='24.10.2'
DISTRIB_REVISION='r28739-d9340319c6'
DISTRIB_TARGET='mediatek/filogic'
DISTRIB_ARCH='aarch64_cortex-a53'
DISTRIB_DESCRIPTION='OpenWrt 24.10.2 r28739-d9340319c6'
DISTRIB_TAINTS=''