From 6e3602027970866aacdd80c3626f59c02a26a160 Mon Sep 17 00:00:00 2001 From: GannonTdW Date: Wed, 6 Feb 2019 23:29:34 +0100 Subject: [PATCH] add dependencie postgresql-contrib --- scripts/restore | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index 12ccaae..548665f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -96,7 +96,7 @@ ynh_system_user_create "$app" #================================================= ynh_install_app_dependencies build-essential curl ffmpeg \ - libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev virtualenv \ + libjpeg-dev libmagic-dev libpq-dev postgresql postgresql-contrib python3-dev virtualenv \ redis-server libldap2-dev libsasl2-dev \ `# add arm support` \ zlib1g-dev libffi-dev libssl-dev @@ -147,4 +147,4 @@ systemctl restart "$app.target" # RELOAD NGINX AND PHP-FPM #================================================= -systemctl reload nginx \ No newline at end of file +systemctl reload nginx diff --git a/scripts/upgrade b/scripts/upgrade index 68c2ce5..04c0e93 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -143,7 +143,7 @@ ynh_system_user_create "$app" #================================================= ynh_install_app_dependencies build-essential curl ffmpeg \ - libjpeg-dev libmagic-dev libpq-dev postgresql python3-dev virtualenv \ + libjpeg-dev libmagic-dev libpq-dev postgresql postgresql-contrib python3-dev virtualenv \ redis-server libldap2-dev libsasl2-dev \ `# add arm support` \ zlib1g-dev libffi-dev libssl-dev @@ -287,4 +287,4 @@ ynh_app_setting_set "$app" code_migration 2 # RESTART Funkwhale #================================================= -systemctl restart "$app.target" \ No newline at end of file +systemctl restart "$app.target"