diff --git a/scripts/install b/scripts/install index 3a5edcf..6d8750a 100644 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ ynh_app_setting_set "$app" port "$port" #================================================= 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 @@ -260,4 +260,4 @@ fi #================================================= systemctl start "$app-server" "$app-worker" "$app-beat" -systemctl reload nginx \ No newline at end of file +systemctl reload nginx 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"