mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update upgrade
This commit is contained in:
parent
8e439d7919
commit
28795403f2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ sudo mkdir -p $final_path
|
|||
|
||||
sudo cp -a ../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
|
||||
|
||||
|
|
Loading…
Reference in a new issue