Install jq as a dep for json manipulation in bash

This commit is contained in:
mmcwilliams 2017-08-29 08:17:29 -04:00
parent 9eac1e0193
commit ef514f7b0a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
echo "Running intval3 install script"
apt-get update
apt-get install git ufw nginx -y
apt-get install git ufw nginx jq -y
echo "Installing node.js dependencies.."
apt-get install nodejs npm -y

View File

@ -2,7 +2,7 @@
echo "Running intval3 install script"
apt-get update
apt-get install git ufw nginx -y
apt-get install git ufw nginx jq -y
echo "Installing node.js dependencies.."
apt-get install nodejs npm -y