Revert Keep container

此提交包含在:
2025-04-25 02:31:39 -04:00
父節點 d5865d8dba
當前提交 ffa3dea4b9

查看文件

@@ -422,7 +422,7 @@ get_latest_mc_version() {
# Containerized package manager
elif create_mc_apt_container &&
MC_VERSION=$(sudo buildah run "$CNT" -- apt-cache policy "mediacenter${USER_MC_MVERSION:-${MC_VERSION%%.*}}" | awk '/Candidate:/ {sub(/-.*/, "", $2); print $2}' | sort -V | tail -n1) &&
# execute sudo buildah rm "$CNT" &&
execute sudo buildah rm "$CNT" &&
[[ $MC_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
mc_version_source="containerized package manager"
# Fallback to webscrape