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