loki icon indicating copy to clipboard operation
loki copied to clipboard

Error (termux)

Open tk-t0n0y opened this issue 2 years ago • 2 comments

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

tk-t0n0y avatar Apr 02 '22 09:04 tk-t0n0y

Facing same issue

c0deur avatar Apr 02 '22 15:04 c0deur

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

Pratyaksh06 avatar Apr 03 '22 13:04 Pratyaksh06