From 8a38cbef4159e027488c8038e5bf8cc2111bc52d Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 Oct 2025 18:55:15 -0400 Subject: [PATCH] Optionally rerun installJRMC on repo failure --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index 9e65961..521f460 100755 --- a/installJRMC +++ b/installJRMC @@ -702,6 +702,7 @@ install_mc_repo() { # Update package lists if ! execute "${PKG_UPDATE[@]}"; then error=$? + debug "Error code: $error" err "Package update failed!" if [[ $error -eq 100 ]]; then if [[ $MC_REPO != "$MC_REPO_HARDCODE" ]] &&