From 5259bbaf997b3b2541d35977d3e9fa23afe1c185 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 4 Nov 2024 13:12:42 -0500 Subject: [PATCH] Test commit for silencing buildah not found error --- installJRMC | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installJRMC b/installJRMC index 9bcf64e..dbeb57e 100755 --- a/installJRMC +++ b/installJRMC @@ -399,6 +399,12 @@ get_latest_mc_version() { debug "Running: ${FUNCNAME[0]}" "$*" local cnt mc_version_source + if install_local --silent buildah; then + echo "YAY" + else + echo "NAY" + fi + if install_package --silent buildah \ && cnt=$(buildah from --quiet alpine:edge 2>/dev/null) \ && buildah run "$cnt" -- sh -c \