From 0a5378df9317a8570668d8105ffd0e8045bdb620 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:41:01 -0600 Subject: [PATCH] Update photoprism-install.sh - fix format --- photoprism/photoprism-install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/photoprism/photoprism-install.sh b/photoprism/photoprism-install.sh index eeb6c74..9ddaa50 100644 --- a/photoprism/photoprism-install.sh +++ b/photoprism/photoprism-install.sh @@ -36,7 +36,15 @@ if [ "$(ls -A /var/db/mysql/"${DB_NAME}" 2>/dev/null)" ]; then fi # Install Packages -pkg install -y vips ffmpeg darktable rawtherapee libheif p5-Image-ExifTool mariadb${MARIADB_VERSION}-server mariadb${MARIADB_VERSION}-client +pkg install -y \ +darktable \ +ffmpeg \ +libheif \ +mariadb${MARIADB_VERSION}-client \ +mariadb${MARIADB_VERSION}-server \ +p5-Image-ExifTool \ +rawtherapee \ +vips # Create Directories mkdir -p /mnt/photos