Also quiten that update and install too
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-16 17:13:58 +01:00
parent d33526426c
commit 3839409ad0

View File

@ -7,7 +7,7 @@ init_composer() {
if [ -n "${OPENID_ENABLED-}" ]; then
if ! type composer > /dev/null 2>&1; then
apt update && apt install -y curl git unzip zip
apt update -yqq && apt install -yqq curl git unzip zip
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=1.10.15
composer -V