1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-04-19 17:33:28 +00:00

Update photoprism-install.sh ()

add rawtherapee dependency to enable raw image conversion
This commit is contained in:
Matthew 2024-03-06 13:58:29 +00:00 committed by GitHub
parent a6b415bc36
commit 8bbb33b97b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,6 +25,7 @@ $STD apt-get install -y libjpeg-dev
$STD apt-get install -y libtiff-dev
$STD apt-get install -y imagemagick
$STD apt-get install -y darktable
$STD apt-get install -y rawtherapee
msg_ok "Installed Dependencies"