mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Fix composer
This commit is contained in:
parent
f3ba7429f6
commit
26c5eb1775
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ init_composer() {
|
||||||
|| ynh_die "Unable to install Composer"
|
|| ynh_die "Unable to install Composer"
|
||||||
|
|
||||||
# update dependencies to create composer.lock
|
# update dependencies to create composer.lock
|
||||||
exec_composer "$DESTDIR" install --no-dev --prefer-dist firefly-iii 4.7.4 \
|
exec_composer "$DESTDIR" create-project --no-dev --prefer-dist firefly-iii 4.7.4 \
|
||||||
|| ynh_die "Unable to update firefly-iii core dependencies"
|
|| ynh_die "Unable to update firefly-iii core dependencies"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue