From 1d59a923f67bd367d96fad565b6907d51347380f Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 09:21:46 -0400 Subject: [PATCH] Fix Deb822 architecture formatting --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 5541c2c..a68ddbf 100755 --- a/installJRMC +++ b/installJRMC @@ -427,7 +427,7 @@ get_latest_mc_version() { URIs: https://dist.jriver.com/latest/mediacenter/ Suites: '"$MC_REPO"' Components: main - Architectures: amd64,armhf,arm64 + Architectures: amd64 armhf arm64 EOF apt update --allow-insecure-repositories &>/dev/null' && MC_VERSION=$(buildah run "$cnt" -- apt-cache policy "mediacenter$MC_MVERSION" | grep Candidate | awk '{print $2}' | sort -V | tail -n1) &>/dev/null && @@ -652,7 +652,7 @@ install_mc_repo() { Signed-By: $keyfile Suites: $MC_REPO Components: main - Architectures: amd64,i386,armhf,arm64 + Architectures: amd64 i386 armhf arm64 EOF else if [[ $channel == "beta" ]]; then