mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] use prefer-dist for composer upgrade
This prevents composer from attempting to 'git clone' the net_sieve module
This commit is contained in:
parent
b05204ef63
commit
eb96ca839a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ sudo chown -R www-data: "$DESTDIR"
|
|||
|
||||
# Check if dependencies need to be updated with composer
|
||||
if [[ -f ${DESTDIR}/composer.json ]]; then
|
||||
exec_composer www-data "$DESTDIR" update --no-dev
|
||||
exec_composer www-data "$DESTDIR" update --no-dev --prefer-dist
|
||||
else
|
||||
init_composer "$DESTDIR" www-data
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue