Update scripts to match recent tests.

This commit is contained in:
mmcwilliams 2017-11-22 11:57:40 -05:00
parent 86930bb9c2
commit 6ce4241346
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
echo "Running intval3 install script"
echo "Running intval3 dependency install script"
apt-get update
apt-get install git ufw nginx jq -y

View File

@ -7,7 +7,7 @@ apt-get install git ufw nginx jq -y
echo "Installing node.js dependencies.."
apt-get install nodejs npm -y
npm install -g n
n latest
n 9.1.0
npm install -g npm@latest
npm install -g pm2