From 0c31e30b5b5454ae0ee6f063c2fb7a443ecee3cb Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 15 Nov 2025 16:08:46 +0100 Subject: [PATCH] chore: update composer command --- install/2fauth-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/2fauth-install.sh b/install/2fauth-install.sh index 2ef85c879..f1d907138 100644 --- a/install/2fauth-install.sh +++ b/install/2fauth-install.sh @@ -53,7 +53,7 @@ sed -i -e "s|^APP_URL=.*|APP_URL=http://$IPADDRESS|" \ -e "s|^DB_PASSWORD=$|DB_PASSWORD=$DB_PASS|" .env export COMPOSER_ALLOW_SUPERUSER=1 $STD composer update --no-plugins --no-scripts -$STD composer install --no-dev --prefer-source --no-plugins --no-scripts +$STD composer install --no-dev --prefer-dist --no-plugins --no-scripts $STD php artisan key:generate --force $STD php artisan migrate:refresh $STD php artisan passport:install -q -n