2024-03-14, 07:21 PM
I don't have access to my server at the moment to verify, but this is what the debuntu install script adds.
So I think "deb [arch=amd64] https://repo.jellyfin.org/debian bookworm main" is correct.
Code:
cat <<EOF | tee /etc/apt/sources.list.d/jellyfin.sources
Types: deb
URIs: https://repo.jellyfin.org/${REPO_OS}
Suites: ${VERSION}
Components: main
Architectures: ${ARCHITECTURE}
Signed-By: /etc/apt/keyrings/jellyfin.gpg
EOF
echo
So I think "deb [arch=amd64] https://repo.jellyfin.org/debian bookworm main" is correct.