From 14859141daa59388331e4dcc8ad9f3cd7aeeda83 Mon Sep 17 00:00:00 2001 From: pitchum Date: Fri, 26 Apr 2019 20:14:24 +0200 Subject: [PATCH 1/2] Add explicit dependency on php-xml. Fix #44 https://github.com/YunoHost-Apps/opensondage_ynh/issues/44 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0dee5b2..b22d2b3 100644 --- a/scripts/install +++ b/scripts/install @@ -60,7 +60,7 @@ ynh_app_setting_set "$app" is_public "$is_public" # INSTALL DEPENDENCIES #================================================= -ynh_install_app_dependencies php-fpdf +ynh_install_app_dependencies php-fpdf php-xml #================================================= # CREATE A MYSQL DATABASE From b19385fdba93f08e2dd0163ebebd557ba43d1aff Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 28 Apr 2019 00:01:10 +0200 Subject: [PATCH 2/2] Add explicit dependency on php-xml in restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 1d82ae8..917b0f2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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