[PhotoPrism] Get arm64 not arm version

This commit is contained in:
Sam Heinz
2024-04-13 21:21:49 +10:00
parent edb14b1e24
commit 91c1d53151

View File

@@ -34,7 +34,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing PhotoPrism (Patience)"
mkdir -p /opt/photoprism/{cache,config,photos/originals,photos/import,storage,temp}
wget -q -cO - https://dl.photoprism.app/pkg/linux/arm.tar.gz | tar -xz -C /opt/photoprism --strip-components=1
wget -q -cO - https://dl.photoprism.app/pkg/linux/arm64.tar.gz | tar -xz -C /opt/photoprism --strip-components=1
if [[ ${PCT_OSTYPE} == "ubuntu" ]]; then
wget -q -cO - https://dl.photoprism.app/dist/libheif/libheif-jammy-arm64-v1.17.1.tar.gz | tar -xzf - -C /usr/local --strip-components=1
else