liamg/gitjacker

./install.sh: line 8: jq: command not found

whoami15 opened this issue · 4 comments

I tried installing but it shows an error

./install.sh: line 8: jq: command not found

I tried installing but it shows an error

./install.sh: line 8: jq: command not found

You are missing a package from your system, to install it just run:
sudo apt update && sudo apt install -y jq

I successfully installed the latest version of the package jq
When trying to install it shows the error

jq: error (at <stdin>:1): Cannot iterate over null (null)

It works for me on Linux Mint 20

how to get this tool on windows machine? I have cloned the repository but dont know how to install.Please help