소스 검색

Modernize sources list for containerized package manager

bryan 4 일 전
부모
커밋
48c6189d3e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

@@ -441,6 +441,7 @@ get_latest_mc_version() {
 			URIs: https://dist.jriver.com/latest/mediacenter/
 			Suites: '"$1"'
 			Components: main
+			Architectures: amd64,armhf,arm64
 		EOF
     apt update --allow-insecure-repositories &>/dev/null' &&
   MC_VERSION=$(buildah run "$cnt" -- apt-cache policy mediacenter?? | grep Candidate | awk '{print $2}' | sort -V | tail -n1) &>/dev/null &&
@@ -665,6 +666,7 @@ install_mc_repo() {
 					Signed-By: $keyfile
 					Suites: $MC_REPO
 					Components: main
+					Architectures: amd64,i386,armhf,arm64
 				EOF
       else
         if [[ $channel == "beta" ]]; then