added php-gd in the installer

This commit is contained in:
HB9HIL
2024-11-08 15:56:20 +01:00
parent dd4030394d
commit 4d069e35d9

View File

@@ -34,6 +34,7 @@ $required_php_modules = [
'php-mbstring' => ['condition' => isExtensionInstalled('mbstring')],
'php-xml' => ['condition' => isExtensionInstalled('xml')],
'php-zip' => ['condition' => isExtensionInstalled('zip')],
'php-gd' => ['condition' => isExtensionInstalled('gd')],
];
// MariaDB / MySQL