Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/autoloaderchecker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoloaderchecker.sh b/build/autoloaderchecker.sh
index 9bf8b17a8c9..1aa880684f9 100755
--- a/build/autoloaderchecker.sh
+++ b/build/autoloaderchecker.sh
@@ -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