From c8ab117febe47cfc77572bd4b72afcc2dff10761 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 10:26:25 -0400 Subject: [PATCH] Use rootful container for testing --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index 7e8aa49..28b8e7c 100755 --- a/installJRMC +++ b/installJRMC @@ -433,6 +433,7 @@ get_latest_mc_version() { EOF apt-get update --allow-insecure-repositories' && MC_VERSION=$(sudo buildah run "$cnt" -- apt-cache policy "mediacenter$MC_MVERSION" | grep Candidate | awk '{print $2}' | sort -V | tail -n1) && + echo "MC_VERSION: $MC_VERSION" && [[ $MC_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then mc_version_source="containerized package manager" execute sudo buildah rm "$cnt"