mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Force composer v1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f526b4f2a6
commit
dc3ff2eead
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ then
|
|||
else
|
||||
echo "Composer not found: fetching"
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
php composer-setup.php
|
||||
php composer-setup.php --1
|
||||
php -r "unlink('composer-setup.php');"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue