1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elabftw_ynh.git synced 2024-09-03 18:26:23 +02:00

Do not restore composer, it's in install_dir

This commit is contained in:
Salamandar 2024-03-03 12:33:41 +01:00
parent 7602aa4d97
commit 4630aaa666

View file

@ -14,13 +14,6 @@ ynh_script_progression --message="Reinstalling NodeJS..." --weight=1
ynh_install_nodejs --nodejs_version="$nodejs_version" ynh_install_nodejs --nodejs_version="$nodejs_version"
#=================================================
# INSTALL AND INITIALIZE COMPOSER
#=================================================
ynh_script_progression --message="Reinstalling Composer..." --weight=10
ynh_install_composer --install_args="--no-dev"
#================================================= #=================================================
# RESTORE THE APP MAIN DIR # RESTORE THE APP MAIN DIR
#================================================= #=================================================