From 564d2251a56bbffb6e8c010579c4d029e4e91e05 Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 24 Aug 2017 15:10:20 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 271ab61..4fa3310 100644 --- a/scripts/install +++ b/scripts/install @@ -121,6 +121,7 @@ script_dir="$PWD" pushd "$final_path" sudo chown -R $app: $final_path sudo_path npm install --production +sudo_path npm install -g bower sudo su -l $app -s /bin/bash -c "cd $final_path && env PATH=$PATH bower install" popd