mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Add explicit dependency on php-xml in restore script
This commit is contained in:
parent
14859141da
commit
b19385fdba
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < ./db.sql
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Dependences
|
# Dependences
|
||||||
ynh_install_app_dependencies php-fpdf
|
ynh_install_app_dependencies php-fpdf php-xml
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue