003random / loki

GNU General Public License v3.0
52 stars 8 forks source link

Error (termux) #2

Open tk-t0n0y opened 2 years ago

tk-t0n0y commented 2 years ago

error running loki fork/exec ./internal/framework.sh: no such file or directory

c0deur commented 2 years ago

Facing same issue

Pratyaksh06 commented 2 years ago

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:

  1. go install -v github.com/003random/loki
  2. git clone https://github.com/003random/loki.git
  3. cd loki
  4. 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