1
0
Fork 0
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:
Maniack Crudelis 2019-04-28 00:01:10 +02:00 committed by GitHub
parent 14859141da
commit b19385fdba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < ./db.sql
#=================================================
# Dependences
ynh_install_app_dependencies php-fpdf
ynh_install_app_dependencies php-fpdf php-xml
#=================================================
# GENERIC FINALIZATION