Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] Your operating system is unsupported. #804

Open
Cy-Beard opened this issue Jun 14, 2023 · 1 comment
Open

[!] Your operating system is unsupported. #804

Cy-Beard opened this issue Jun 14, 2023 · 1 comment

Comments

@Cy-Beard
Copy link

I am using Kali Linux (latest version 2023.2) inside of WSL2 on a Windows 10 v22H2.
I cloned the repo and attempted the install with the install.sh
I get the following:
└─# ./install.sh

_ \ _ _| __ __|
/ | | _
|\ ___| _| _/ _\ v4.8.0

Brought to you by Active CounterMeasures

[-] In order to run the installer, several basic packages must be installed.
[-] Updating packages... SUCCESS
[-] Ensuring curl is installed... SUCCESS
[-] Ensuring coreutils is installed... SUCCESS
[-] Ensuring lsb-release is installed... SUCCESS
[-] Ensuring yum-utils is installed... SUCCESS
[-] Ensuring gpg is installed... SUCCESS
[-] This installer supports Ubuntu, CentOS, RHEL, and Debian.
[!] Your operating system is unsupported.

@suuhm
Copy link

suuhm commented Aug 15, 2023

For Kali support, you can simply run this command after extracting:

sed "s/\!\=\ \"Debian\"/\!\=\ \"$(lsb_release -is)\"/g" -i install.sh

or

sed "s/\!\=\ \"Ubuntu\"/\!\=\ \"$(lsb_release -is)\"/g" -i install.sh

now install zeek and and mongdb 4.2.x and run:

./install.sh --disable-zeek --disable-mongo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants