Install jq as a dep for json manipulation in bash
This commit is contained in:
parent
9eac1e0193
commit
ef514f7b0a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue