From f4a967853d2dd9da2ed549b90ed3884d054dec49 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 28 May 2024 19:06:38 -0400 Subject: [PATCH] Add temp debug --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index b96b03b..f66a9e2 100755 --- a/installJRMC +++ b/installJRMC @@ -422,6 +422,7 @@ setMCVersion() { # Containerized package manager elif installPackage --silent buildah && cnt=$(buildah from --quiet debian:stable-slim) &>/dev/null && + debug "$cnt" && buildah run "$cnt" -- bash -c \ "echo 'deb [trusted=no arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ $MC_REPO main' > /etc/apt/sources.list 2>&1" &>/dev/null && buildah run "$cnt" -- bash -c \