From b1d7a4b862e692cbba945fe7e8a28e5080174c17 Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 20 Feb 2015 09:55:14 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8b40724..c94d3bd 100644 --- a/scripts/install +++ b/scripts/install @@ -26,7 +26,7 @@ final_path=/var/www/ttrss sudo mkdir -p $final_path sudo cp -r ../source/* $final_path sudo cp ../conf/config.php $final_path/ -sudo cp ../conf/ttrss.diff /tmp/ +sudo cp ../conf/*.patch /tmp/ sudo patch -d $final_path -p0 < /tmp/update.patch sudo patch -d $final_path/plugins/auth_remote/ -p0 < /tmp/init.patch