rengine icon indicating copy to clipboard operation
rengine copied to clipboard

bug: reNgine Installation failed: "sudo ./install.sh -n" | "unknown shorthand flag: 'f' in -f" | make: *** [Makefile:17: certs] Error 125

Open 0xKayala opened this issue 8 months ago • 3 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

After cloning the rengine repo and changing the "POSTGRES_PASSWORD" password and giving the execution permissions with the command: "chmod +x install.sh". I have executed the following command: sudo ./install.sh -n, but I got an error at "unknown shorthand flag: 'f' in -f" and "make: *** [Makefile:17: certs] Error 125".

I have attached the screenshots for reference, please kindly look into it and let me know the possible resolution so that I can work on it to fix the issue from my end.

Reference Screenshots:

rengine 001 rengine 002 rengine 003

Expected Behavior

It needs to be executed without any issues.

Steps To Reproduce

Followed the required steps:

  1. git clone https://github.com/yogeshojha/rengine && cd rengine
  2. nano .env
  3. chmod +x install.sh
  4. sudo ./install.sh or sudo ./install.sh -n

Environment

- reNgine: 2.1.0
- OS: Linux kali 6.8.11-amd64
- Python: 3.11.9
- Docker Engine: 
- Docker Compose: 20.10.25+dfsg1

Anything else?

No response

0xKayala avatar Jun 27 '24 07:06 0xKayala