mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Add mailutils for ARM
This commit is contained in:
parent
d58a1a9490
commit
b5d14c18ca
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue