install: proberen om ynh_composer_version mee te geven, zie https://forum.yunohost.org/t/new-experimental-2-1-helpers/30114

This commit is contained in:
Boudewijn 2025-02-26 21:43:18 +01:00
parent 945f289d91
commit 75a7305ce0

View file

@ -31,7 +31,7 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
# wbk fixme - check whether one of these work # 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]+') ynh_app_setting_set --key=YNH_COMPOSER_VERSION --value=$(composer --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')
#================================================= #=================================================