diff --git a/scripts/_common.sh b/scripts/_common.sh index be62b01..f0c855f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 () {