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
19f326161e
commit
0d740a714c
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ final_path=/var/www/ttrss
|
|||
sudo mkdir -p $final_path
|
||||
sudo cp -r ../source/* $final_path
|
||||
sudo cp ../conf/config.php $final_path/
|
||||
sudo patch -d $final_path -p0 < ..conf/ttrss.diff
|
||||
sudo cp ../conf/ttrss.diff /tmp/
|
||||
sudo patch -d $final_path -p0 < /tmp/ttrss.diff
|
||||
|
||||
|
||||
# Change variables in ttrss configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue