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
33a8295b18
commit
65ef84b56d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ init_composer() {
|
|||
# install composer
|
||||
curl -sS https://getcomposer.org/installer \
|
||||
| COMPOSER_HOME="${DESTDIR}/.composer" \
|
||||
sudo /usr/bin/php7.1 -- --quiet --install-dir="$DESTDIR" \
|
||||
sudo /usr/bin/php7.1 --install-dir="$DESTDIR" \
|
||||
|| ynh_die "Unable to install Composer"
|
||||
|
||||
# update dependencies to create composer.lock
|
||||
|
|
Loading…
Add table
Reference in a new issue