1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-11-17 22:13:58 +01:00
parent 4de64f2ac7
commit 7fe0126be4

View file

@ -74,6 +74,13 @@ chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod +x $final_path/Kavita
#=================================================
# UPGRADE DEPENDENCIES
#=================================================
ynh_script_progression --message="Upgrading dependencies..." --weight=1
ynh_install_app_dependencies $pkg_dependencies
#=================================================
# NGINX CONFIGURATION
#=================================================