1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 00:38:08 +00:00

Fix php dependencies (#3820)

This commit is contained in:
Slaviša Arežina 2025-04-11 08:00:51 +02:00 committed by GitHub
parent 911ca2da24
commit 36bab52e7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ $STD apt-get update
$STD apt-get install -y \ $STD apt-get install -y \
nginx \ nginx \
composer \ 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 mariadb-server
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"