From 2f38f6ef3dab3736300e50c90521ba0338aac0d8 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 22 Jan 2015 18:11:31 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 0241d23..fadffed 100644 --- a/scripts/install +++ b/scripts/install @@ -26,8 +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 $final_path/ -sudo patch -p0 $final_path/ttrss.diff +sudo patch -d $final_path -p0 < ..conf/ttrss.diff # Change variables in ttrss configuration