Remove unknown package

This commit is contained in:
Luke Murphy 2020-10-19 17:30:15 +02:00
parent 6fa1a5fd12
commit b2d86119b1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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 php-zip zip
apt update && apt install -y 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