From eb8664d7e5f0a2182e06a445e65a86898f68de43 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 18 Jun 2025 13:32:55 -0400 Subject: [PATCH] 1.34.3 release --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 7b725c7..10852e2 100755 --- a/installJRMC +++ b/installJRMC @@ -21,7 +21,7 @@ # shellcheck disable=SC2317 shopt -s extglob -declare -g SCRIPT_VERSION="1.34.3-dev" +declare -g SCRIPT_VERSION="1.34.3" declare -g MC_VERSION="34.0.36" # do find all replace (hardcoded fallback) declare -g MC_REPO="bookworm" # should match the MC_VERSION declare -g BOARD_ID="89.0" # MC34 board ID for automatic version detection @@ -728,7 +728,7 @@ acquire_deb() { [[ -f $MC_DEB ]] && execute sudo buildah umount "$CNT" && execute sudo buildah rm "$CNT"; }; then - err "Failed to download DEB from containerized package manager" + err "Failed to download DEB using containerized package manager" echo "Using legacy download method" # Define the repository search order local -a repos