2fauth: update composer command (#9168)

* chore: update composer command

* Change composer install option from prefer-source to prefer-dist
This commit is contained in:
Tobias
2025-11-15 17:29:47 +01:00
committed by GitHub
parent e40ed2bd80
commit 2eacce169c
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ function update_script() {
chown -R www-data: "/opt/2fauth"
chmod -R 755 "/opt/2fauth"
export COMPOSER_ALLOW_SUPERUSER=1
$STD composer install --no-dev --prefer-source
$STD composer install --no-dev --prefer-dist
php artisan 2fauth:install
$STD systemctl restart nginx