From ac338e0729b9ce6296f6f8f3cebd260e1dbb8474 Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 24 Aug 2017 15:21:21 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4fa3310..012ea07 100644 --- a/scripts/install +++ b/scripts/install @@ -121,8 +121,6 @@ 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 #=================================================