1
0
Fork 0
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:
anmol26s 2018-06-30 14:11:00 +05:30
parent ccb0879ca6
commit 33a8295b18

View file

@ -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 () {