mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
2FAuth: Improve Update-Check (#5998)
This commit is contained in:
parent
11f1e86500
commit
1a90d90d5e
2 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue