From 36f8907cb0529e2c9c20c1df1aa859032ad761ad Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 6 Jan 2019 02:26:59 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index c56647b..0533ec6 100644 --- a/scripts/install +++ b/scripts/install @@ -150,9 +150,8 @@ cat $final_path/config.json #================================================= pushd $final_path -npm install --production --allow-root -./nodebb setup -./nodebb build +./nodebb setup -l +./nodebb build -l popd chown -R $app:$app $final_path