From a382dfef551bbe997ef47d501d7dc87a9e65fccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:25:46 +0200 Subject: [PATCH] Bullseye (#19) * set relative path for --keep opt * Auto-update README Co-authored-by: yunohost-bot --- README.md | 1 + README_fr.md | 3 ++- manifest.json | 4 ++-- scripts/_common.sh | 2 +- scripts/upgrade | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71a0fd3..10cbf60 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Webclient for Mastodon and Pleroma. **Shipped version:** 2.4.9~ynh2 + ## Screenshots ![Screenshot of Halcyon](./doc/screenshots/preview0.png) diff --git a/README_fr.md b/README_fr.md index d1fcb1d..2d0db20 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Client web pour Mastodon et Pleroma. -**Version incluse :** 2.4.9~ynh2 +**Version incluse :** 2.4.9~ynh2 + ## Captures d'écran diff --git a/manifest.json b/manifest.json index f1ac996..59e2fcf 100644 --- a/manifest.json +++ b/manifest.json @@ -19,12 +19,12 @@ "email": "anmol@datamol.org" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php7.4-fpm" ], "arguments": { "install": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 180dfa1..dfa1e49 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" # dependencies used by the app pkg_dependencies="php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gettext" diff --git a/scripts/upgrade b/scripts/upgrade index b7efb11..d2f38fd 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -79,7 +79,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.ini" + ynh_setup_source --dest_dir="$final_path" --keep="config/config.ini" fi chmod 750 "$final_path"