From 227c72ffa13f315e07043381bc0dc098f3736367 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Sat, 23 Jun 2018 22:31:18 +0200 Subject: [PATCH] Add ARM dependencies --- scripts/install | 4 +++- scripts/restore | 4 +++- scripts/upgrade | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 21f76a4..ed3ea90 100644 --- a/scripts/install +++ b/scripts/install @@ -76,7 +76,9 @@ ynh_package_update ynh_install_app_dependencies build-essential curl ffmpeg \ libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev python3-venv \ - redis-server + redis-server \ + `# add arm support` \ + zlib1g-dev libffi-dev libssl-dev #================================================= # CREATE A PostgreSQL DATABASE diff --git a/scripts/restore b/scripts/restore index 556748e..82c2252 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,7 +74,9 @@ ynh_system_user_create "$app" ynh_install_app_dependencies build-essential curl ffmpeg \ libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev python3-venv \ - redis-server + redis-server \ + `# add arm support` \ + zlib1g-dev libffi-dev libssl-dev #================================================= # RESTORE THE PostgreSQL DATABASE diff --git a/scripts/upgrade b/scripts/upgrade index 36e1923..fa60bb3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -108,7 +108,9 @@ ynh_system_user_create "$app" ynh_install_app_dependencies build-essential curl ffmpeg \ libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev python3-venv \ - redis-server + redis-server \ + `# add arm support` \ + zlib1g-dev libffi-dev libssl-dev #================================================= # SPECIFIC UPGRADE