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
a335861ed5
commit
2f38f6ef3d
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +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 $final_path/
|
sudo patch -d $final_path -p0 < ..conf/ttrss.diff
|
||||||
sudo patch -p0 $final_path/ttrss.diff
|
|
||||||
|
|
||||||
|
|
||||||
# Change variables in ttrss configuration
|
# Change variables in ttrss configuration
|
||||||
|
|
Loading…
Reference in a new issue