loki
loki copied to clipboard
Error (termux)
error running loki fork/exec ./internal/framework.sh: no such file or directory
Facing same issue
Just found a work-around for the same issue. The only issue is the tool "loki" isn't able to access the"./internal/framework.sh" file. To execute loki script successfully, install the tool via the go command provided in "ReadMe" file, clone this repo and "cd" into the cloned repo directory. Once into the directory, execute "loki" command and the command would run successfully.
Steps:
- go install -v github.com/003random/loki
- git clone https://github.com/003random/loki.git
- cd loki
- loki
The tool would run successfully now.
P.S. I am not a programmer, just saw that tool was looking for the framework.sh file and I provided it.
Cheers