From 293ffef2b6e101b80343542b18651b809fd4b31b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 29 Jun 2016 19:47:57 +0200 Subject: [PATCH] Also install the cloudron tool with npm --- prepareDeployTarget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepareDeployTarget.sh b/prepareDeployTarget.sh index 5a5f04c..37cd02b 100644 --- a/prepareDeployTarget.sh +++ b/prepareDeployTarget.sh @@ -50,7 +50,7 @@ apt-get install -y tmpreaper sed -e 's/SHOWWARNING=true/# SHOWWARNING=true/' -i /etc/tmpreaper.conf # install pm2 -npm install -g pm2 pm2-run forever +npm install -g pm2 pm2-run forever cloudron rm -rf ~/.npm # .npm will get owned by root after "npm install -g" # installer