From 21de0157b259bc899761511e19aedbb920ccdaed Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Wed, 26 Feb 2025 22:22:37 +0100 Subject: [PATCH] add ynh_composer_version in _common.sh --- scripts/_common.sh | 1 + scripts/install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3d7f008..91824fb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,3 +3,4 @@ #================================================= # COMMON VARIABLES AND CUSTOM HELPERS #================================================= +composer_version="2.5.5" diff --git a/scripts/install b/scripts/install index 7743574..a313dc0 100755 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ source /usr/share/yunohost/helpers # wbk fixme - check whether one of these work #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]+') +#ynh_app_setting_set --key=YNH_COMPOSER_VERSION --value=$(composer --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE