Skip to content

Commit

Permalink
Add check on jq
Browse files Browse the repository at this point in the history
  • Loading branch information
devpro committed Sep 3, 2024
1 parent bed3709 commit abcbbce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ verify_system() {
return
fi
fatal 'Git is not installed in the machine'
if ! command -v jq &> /dev/null; then
fatal 'jq is not installed in the machine'
fi
}

setup_env() {
Expand Down

0 comments on commit abcbbce

Please sign in to comment.