From ab8c11c8c2d498b05acd6971b2def1efcce16b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 11 May 2026 22:07:44 +0200 Subject: [PATCH] Apply suggestion from @tremor021 --- install/lychee-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/lychee-install.sh b/install/lychee-install.sh index 612a7eb7e..29cbc7ddd 100644 --- a/install/lychee-install.sh +++ b/install/lychee-install.sh @@ -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"