Build: Update scripts/dist/install-s6.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-02-21 02:45:42 +01:00
parent 97e6e83e41
commit 76be526860
11 changed files with 15 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ set -e
TF_VERSION=${TF_VERSION:-1.15.2}
# Determine the system architecture.
# Determine target architecture.
if [[ $PHOTOPRISM_ARCH ]]; then
SYSTEM_ARCH=$PHOTOPRISM_ARCH
else