rengine
rengine copied to clipboard
bug: reNgine Installation failed: "sudo ./install.sh -n" | "unknown shorthand flag: 'f' in -f" | make: *** [Makefile:17: certs] Error 125
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:
Expected Behavior
It needs to be executed without any issues.
Steps To Reproduce
Followed the required steps:
- git clone https://github.com/yogeshojha/rengine && cd rengine
- nano .env
- chmod +x install.sh
- 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