From b5d14c18cae64fbe243c753fd51f788080bed28e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Sun, 15 Apr 2018 15:06:43 +0200 Subject: [PATCH] Add mailutils for ARM --- scripts/install | 3 ++- scripts/restore | 3 ++- scripts/upgrade | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 1a284bf..9bda175 100755 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,8 @@ ynh_app_setting_set "$app" github_token "$github_token" ynh_install_app_dependencies libxml2-dev libxslt-dev libfreetype6-dev \ libjpeg-dev libz-dev libyaml-dev python-dev python-pip python-virtualenv \ - postgresql libpq-dev uwsgi uwsgi-plugin-python memcached + postgresql libpq-dev uwsgi uwsgi-plugin-python memcached \ + mailutils #================================================= # CREATE A PostgreSQL DATABASE diff --git a/scripts/restore b/scripts/restore index df2040f..4159545 100755 --- a/scripts/restore +++ b/scripts/restore @@ -76,7 +76,8 @@ chown -R "$app": "$final_path" ynh_install_app_dependencies libxml2-dev libxslt-dev libfreetype6-dev \ libjpeg-dev libz-dev libyaml-dev python-dev python-pip python-virtualenv \ - postgresql libpq-dev uwsgi uwsgi-plugin-python memcached + postgresql libpq-dev uwsgi uwsgi-plugin-python memcached \ + mailutils #================================================= # RESTORE THE PostgreSQL DATABASE diff --git a/scripts/upgrade b/scripts/upgrade index 857a08d..08d1adf 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -136,7 +136,8 @@ chsh --shell /bin/bash "$app" ynh_install_app_dependencies libxml2-dev libxslt-dev libfreetype6-dev \ libjpeg-dev libz-dev libyaml-dev python-dev python-pip python-virtualenv \ - postgresql libpq-dev uwsgi uwsgi-plugin-python memcached + postgresql libpq-dev uwsgi uwsgi-plugin-python memcached \ + mailutils #================================================= # SPECIFIC SETUP uwsgi