Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6ce4241346 - Show all commits

View File

@ -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

View File

@ -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