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 #=================================================