fix: correct PHP_MODULE variable name in lychee-install script

This commit is contained in:
MickLesk
2026-05-10 22:47:45 +02:00
parent 19dbfb2aa0
commit 7ca85cace8
2 changed files with 47 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ $STD apt install -y \
jpegoptim
msg_ok "Installed Dependencies"
PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULES="bcmath,ldap,exif,gd,intl,imagick,redis,zip,pdo_pgsql,pcntl" setup_php
PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULE="bcmath,ldap,exif,gd,intl,imagick,redis,zip,pdo_pgsql,pcntl" setup_php
setup_ffmpeg
setup_imagemagick