Skip to content

Instantly share code, notes, and snippets.

@SanCoder-Q
Created June 5, 2017 02:07
Show Gist options
  • Save SanCoder-Q/bd12109723b7c08f3407c62a1390265b to your computer and use it in GitHub Desktop.
Save SanCoder-Q/bd12109723b7c08f3407c62a1390265b to your computer and use it in GitHub Desktop.
Install jq with wget
wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
chmod +x ./jq
cp jq /usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment