From 75a7305ce0e8cbdbcd7a24b95eeb71c148a15592 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Wed, 26 Feb 2025 21:43:18 +0100 Subject: [PATCH] install: proberen om ynh_composer_version mee te geven, zie https://forum.yunohost.org/t/new-experimental-2-1-helpers/30114 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 83dd161..c1358e6 100755 --- a/scripts/install +++ b/scripts/install @@ -31,7 +31,7 @@ source /usr/share/yunohost/helpers #================================================= # wbk fixme - check whether one of these work -$YNH_COMPOSER_VERSION="2.2.0" +ynh_composer_version = "2.2.0" ynh_app_setting_set --key=YNH_COMPOSER_VERSION --value=$(composer --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') #=================================================