2FAuth: Improve Update-Check (#5998)

This commit is contained in:
CanbiZ
2025-07-15 13:12:32 +02:00
committed by GitHub
parent 11f1e86500
commit 1a90d90d5e
2 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ $STD apt-get install -y \
nginx
msg_ok "Installed Dependencies"
PHP_VERSION="8.3" PHP_MODULE="common,ctype,fileinfo,fpm,mysql,cli" setup_php
PHP_VERSION="8.3" PHP_MODULE="common,ctype,fileinfo,mysql,cli" PHP_FPM="YES" setup_php
setup_composer
setup_mariadb