Revert "add jq to depends"

This reverts commit fefc40e997.
This commit is contained in:
Sean Wheller 2019-07-27 17:34:50 +02:00
parent fefc40e997
commit fb7ccf8fee

View File

@ -7,7 +7,7 @@ echo "#################################"
if [ $_APT_DEPENDS = 1 ]; then
sudo apt install -y screen software-properties-common git jq build-essential cmake libuv1-dev libssl-dev libmicrohttpd-dev gcc g++
sudo apt install -y screen software-properties-common git build-essential cmake libuv1-dev libssl-dev libmicrohttpd-dev gcc g++
else
echo "Depend install is set to NO ($_APT_DEPENDS) Skipping"