1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Merge pull request #49 from pitchum/fix-missing-dep-php-xml

Add explicit dependency on php-xml.
This commit is contained in:
Maniack Crudelis 2019-05-01 12:36:05 +02:00 committed by GitHub
commit fdd19d8938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================
ynh_install_app_dependencies php-fpdf ynh_install_app_dependencies php-fpdf php-xml
#================================================= #=================================================
# CREATE A MYSQL DATABASE # CREATE A MYSQL DATABASE

View file

@ -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