Apply suggestion from @tremor021

This commit is contained in:
Slaviša Arežina
2026-05-11 22:07:44 +02:00
committed by GitHub
parent 8e3f960c89
commit ab8c11c8c2

View File

@@ -21,12 +21,10 @@ $STD apt install -y \
msg_ok "Installed Dependencies"
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
PG_VERSION="16" setup_postgresql
PG_DB_NAME="lychee" PG_DB_USER="lychee" setup_postgresql_db
setup_ffmpeg
setup_imagemagick
fetch_and_deploy_gh_release "lychee" "LycheeOrg/Lychee" "prebuild" "latest" "/opt/lychee" "Lychee.zip"