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

symfony-cmd: not found fix

This commit is contained in:
anmol26s 2018-09-05 03:11:19 +05:30
parent ac7cb81cd2
commit 2d068f8a3b

View file

@ -116,7 +116,7 @@ init_composer_update() {
|| ynh_die "Unable to install Composer"
# update dependencies to create composer.lock
exec_composer "$DESTDIR" update symfony/flex --no-plugins
exec_composer "$DESTDIR" update symfony/flex --no-plugins --no-scripts
exec_composer "$DESTDIR" install --no-dev --optimize-autoloader \
|| ynh_die "Unable to update Kimai2 core dependencies"
}