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