mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 10:49:41 +00:00
Bookstack: Fix PHP Issue & Bump to PHP 8.3 (#5779)
This commit is contained in:
parent
e58ad9237a
commit
e63128625e
3 changed files with 14 additions and 5 deletions
|
@ -19,7 +19,8 @@ $STD apt-get install -y \
|
|||
make
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PHP_MODULE="fpm, ldap, tidy, bz2, mysql" PHP_FPM="YES" PHP_APACHE="YES" PHP_VERSION="8.2" setup_php
|
||||
PHP_MODULE="ldap,tidy,bz2,mysqli" PHP_FPM="YES" PHP_APACHE="YES" PHP_VERSION="8.3" setup_php
|
||||
|
||||
setup_composer
|
||||
setup_mariadb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue