diff --git a/scripts/install.sh b/scripts/install.sh index 6368b6800..a013b52de 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -164,7 +164,7 @@ installDependencies() { JQ='jq' if [ "$HAS_JQ" = 'false' ]; then JQ="$(mktemp -d)/jq" - if [ "${OS}-${ARCH}" = 'darwin-amd64' ]; then + if [ "${OS}-${ARCH}" = 'darwin-amd64' ] || [ "${OS}-${ARCH}" = 'darwin-arm64' ]; then download 'https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64' "$JQ" else download 'https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64' "$JQ"