From ef514f7b0ab1c96e14121288cb9242ee5fe60597 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 29 Aug 2017 08:17:29 -0400 Subject: [PATCH] Install jq as a dep for json manipulation in bash --- scripts/intval3-deps.sh | 2 +- scripts/intval3-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/intval3-deps.sh b/scripts/intval3-deps.sh index 3b1c923..70475af 100644 --- a/scripts/intval3-deps.sh +++ b/scripts/intval3-deps.sh @@ -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 diff --git a/scripts/intval3-install.sh b/scripts/intval3-install.sh index ae311a6..4882762 100644 --- a/scripts/intval3-install.sh +++ b/scripts/intval3-install.sh @@ -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