mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update install
This commit is contained in:
parent
ffe7ab2367
commit
b1d7a4b862
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ final_path=/var/www/ttrss
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
sudo cp -r ../source/* $final_path
|
sudo cp -r ../source/* $final_path
|
||||||
sudo cp ../conf/config.php $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 -p0 < /tmp/update.patch
|
||||||
sudo patch -d $final_path/plugins/auth_remote/ -p0 < /tmp/init.patch
|
sudo patch -d $final_path/plugins/auth_remote/ -p0 < /tmp/init.patch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue