1
0
forked from Proxmox/ProxmoxVE

Update 2fauth-install.sh

This commit is contained in:
CanbiZ
2025-12-16 10:09:43 +01:00
parent a379c663d9
commit e1825a25e6

View File

@ -14,11 +14,10 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y nginx
$STD apt install -y nginx
msg_ok "Installed Dependencies"
PHP_MODULE="common,ctype,fileinfo,mysql,tokenizer,dom,redis" PHP_FPM="YES" setup_php
PHP_VERSION="${PHP_VERSION:-8.4}"
PHP_MODULE="common,ctype,fileinfo,mysql,tokenizer,dom,redis" PHP_VERSION="8.4" PHP_FPM="YES" setup_php
setup_composer
setup_mariadb
MARIADB_DB_NAME="2fauth_db" MARIADB_DB_USER="2fauth" setup_mariadb_db