mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
patch web.py for visitors
This commit is contained in:
parent
0f1dfb6cd7
commit
0d92ad63dd
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ ynh_add_config --template="../sources/patches/main-constants.py.patch.src" --des
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
|
# Remove the patch for web.py in case visitor are allowed
|
||||||
|
patch -u /$install_dir/cps/web.py -i ../conf/web.py.revert.patch
|
||||||
|
|
||||||
#install kepubify converter
|
#install kepubify converter
|
||||||
ynh_script_progression --message="Installing kepubify..." --weight=1
|
ynh_script_progression --message="Installing kepubify..." --weight=1
|
||||||
ynh_setup_source --dest_dir="/opt/kepubify" --source_id="kepubify"
|
ynh_setup_source --dest_dir="/opt/kepubify" --source_id="kepubify"
|
||||||
|
|
Loading…
Add table
Reference in a new issue