1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

We do not need to reinstall Composer nor execute

This commit is contained in:
tituspijean 2023-09-14 22:49:08 +02:00
parent e23ae5ec3b
commit 20f04ad7a5
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -115,9 +115,6 @@ then
# Set right permissions # Set right permissions
chown -R $app:www-data $install_dir chown -R $app:www-data $install_dir
# Install Composer and Flarum
ynh_exec_warn_less ynh_install_composer --phpversion=$phpversion --workdir=$install_dir
if ynh_compare_current_package_version --comparison lt --version 1.1.0~ynh1 if ynh_compare_current_package_version --comparison lt --version 1.1.0~ynh1
then then
# Starting 1.0 (implemented for 1.1 in the package), version requirement is "*" for extensions # Starting 1.0 (implemented for 1.1 in the package), version requirement is "*" for extensions