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