Closed Jayasundar closed 1 year ago
The build.sh script fail with line #45 jq not found
By default jq is not installed in Cloud9 deployment, need to install jq with following commend.
sudo yum install jq
@Jayasundar can you provide a little more context here? Which file are you referring to? That version (and that commit hash) doesn't exist in SaaS Boost.
:question: General Issue
The Question
The build.sh script fail with line #45 jq not found
Environment
Other information
By default jq is not installed in Cloud9 deployment, need to install jq with following commend.
sudo yum install jq