This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Description
When I run the substrate-chainlink/setup script, the chainlink nodes start, but they do not have any jobs included.
Looking back at the script output, I see three instances of:
Adding Jobspec #2 to Chainlink node...
./internal-scripts/add-jobspec.sh: line 50: jq: command not found
(23) Failed writing body
Jobspec has been added to Chainlink node
Done adding jobspec #2
The script failed because I did not have the jq command installed locally. I got past this error by running sudo apt install jq.