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:
commit
fdd19d8938
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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