diff --git a/functions.sh b/functions.sh index cab89d6..dcea59e 100644 --- a/functions.sh +++ b/functions.sh @@ -19,7 +19,7 @@ function install_jq() { # jq 1.6 DEBIAN_FRONTEND=noninteractive #sudo apt-get update && sudo apt-get -q -y install jq - curl -sL https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o jq + curl -sL https://github.com/stedolan/jq/releases/download/jq-1.7.1/jq-linux64 -o jq sudo mv jq /usr/bin/jq sudo chmod +x /usr/bin/jq }