Update scripts to match recent tests.
This commit is contained in:
parent
86930bb9c2
commit
6ce4241346
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Running intval3 install script"
|
echo "Running intval3 dependency install script"
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install git ufw nginx jq -y
|
apt-get install git ufw nginx jq -y
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ apt-get install git ufw nginx jq -y
|
||||||
echo "Installing node.js dependencies.."
|
echo "Installing node.js dependencies.."
|
||||||
apt-get install nodejs npm -y
|
apt-get install nodejs npm -y
|
||||||
npm install -g n
|
npm install -g n
|
||||||
n latest
|
n 9.1.0
|
||||||
npm install -g npm@latest
|
npm install -g npm@latest
|
||||||
npm install -g pm2
|
npm install -g pm2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue