Update photoprism-install.sh (#3049)

fixes https://github.com/tteck/Proxmox/issues/3048
This commit is contained in:
Brett England 2024-05-23 17:05:02 -04:00 committed by GitHub
parent 326f9f500b
commit b6e83bcae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ $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
$STD apt-get install -y libvips42
echo 'export PATH=/usr/local:$PATH' >>~/.bashrc
export PATH=/usr/local:$PATH