From 56861a5a64265bb6a14df2edccb0be72eb1ea2c5 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 15 Nov 2025 16:10:18 +0100 Subject: [PATCH] Change composer install option from prefer-source to prefer-dist --- ct/2fauth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/2fauth.sh b/ct/2fauth.sh index f6ffecc21..ba6195aa4 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -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