mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Fix php dependencies (#3820)
This commit is contained in:
parent
911ca2da24
commit
36bab52e7a
1 changed files with 17 additions and 17 deletions
|
@ -26,7 +26,7 @@ $STD apt-get update
|
|||
$STD apt-get install -y \
|
||||
nginx \
|
||||
composer \
|
||||
php8.3-{bcmath,common,ctype,curl,fileinfo,fpm,gd,mbstring,mysql,xml,cli} \
|
||||
php8.3-{bcmath,common,ctype,curl,fileinfo,fpm,gd,intl,mbstring,mysql,xml,cli} \
|
||||
mariadb-server
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue