mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
composer fix
This commit is contained in:
parent
ccb0879ca6
commit
33a8295b18
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ init_composer() {
|
|||
|| ynh_die "Unable to install Composer"
|
||||
|
||||
# update dependencies to create composer.lock
|
||||
exec_composer "$DESTDIR" install --no-dev \
|
||||
|| ynh_die "Unable to update firefly-iii core dependencies"
|
||||
exec_composer "$DESTDIR" install --no-dev --prefer-dist --no-scripts \
|
||||
|| ynh_die "Unable to update Kimai2 core dependencies"
|
||||
}
|
||||
|
||||
sudo_path () {
|
||||
|
|
Loading…
Add table
Reference in a new issue