From 007baca42fcf25110bec0362ba760dc8e8524334 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 5 Jan 2019 19:27:10 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7207c3c..613225b 100644 --- a/scripts/install +++ b/scripts/install @@ -117,8 +117,8 @@ sudo chown admin -R $install_log script_dir="$PWD" pushd "$final_path" -npm install -npm install -g bower +npm install --allow-root +npm install -g bower --allow-root bower install --allow-root popd