tools.func

This commit is contained in:
Michel Roegl-Brunner 2025-05-15 16:11:08 +02:00
parent d9be26d116
commit 59426da3e0

View File

@ -444,7 +444,7 @@ install_composer() {
# Download and install latest composer
curl -fsSL https://getcomposer.org/installer -o /tmp/composer-setup.php
php -d display_errors=0 /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer >/dev/null 2>&1
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer >/dev/null 2>&1
if [[ $? -ne 0 ]]; then
msg_error "Failed to install Composer"