Merge pull request #134 from cubedro/develop

Added sudo to npm install fixes #131
This commit is contained in:
Marian OANCΞA 2015-05-14 16:49:34 +03:00
commit 2b2adc7fb7
1 changed files with 1 additions and 1 deletions

View File

@ -80,5 +80,5 @@ git pull
[[ ! -f ~/bin/processes.json ]] && cp -b ./processes-ec2.json ./../processes.json
npm install
sudo npm install
sudo npm install pm2 -g