Modernize sources list for containerized package manager

This commit is contained in:
2025-04-23 23:56:18 -04:00
parent 3f27ec65d9
commit 19986086da

View File

@@ -441,7 +441,6 @@ 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 &&