fix: add hint for missing jq installation

This commit is contained in:
Stephan Lüscher 2024-04-30 08:50:44 +00:00
parent c691ebaeac
commit 4698b47ed3
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -143,6 +143,7 @@ function check_prerequisites {
then
echo -e "${RED}It looks like jq is not installed.${ENDCOLOR}"
echo -e "${RED}Make sure to install it first.${ENDCOLOR}"
echo -e "${YELLOW}Need help? -> https://jqlang.github.io/jq/download{ENDCOLOR}"
exit 1
else
echo -e "${GREEN}jq is installed${ENDCOLOR}"