Add more tools to auto-install

Signed-off-by: Jacob Kiers <kiers@comandi.nl>
This commit is contained in:
Jacob Kiers
2017-12-08 18:30:32 +01:00
parent 2559f7b69e
commit a67b2ace9e
3 changed files with 70 additions and 19 deletions

7
bin/jq
View File

@ -1,7 +0,0 @@
#!/bin/bash
if [ `uname` == 'Darwin' ]; then
/usr/local/bin/jq "$@"
else
jq-linux "$@"
fi

Binary file not shown.