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:
parent
e23ae5ec3b
commit
20f04ad7a5
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ then
|
|||
# Set right permissions
|
||||
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
|
||||
then
|
||||
# Starting 1.0 (implemented for 1.1 in the package), version requirement is "*" for extensions
|
||||
|
|
Loading…
Reference in a new issue