diff --git a/scripts/install b/scripts/install index fea26ea..7743574 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]+') #=================================================