Skip to content

Commit

Permalink
fix: mark jq as executable after downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Nov 2, 2021
1 parent 3cc6639 commit 575d214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash-ops/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ install_jq() {
else
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o ~/bin/jq
fi
chmod +x ~/bin/jq
}

check_jq() {
Expand Down

0 comments on commit 575d214

Please sign in to comment.