From 36c52e97a0d46fa77173e61ae160eab30faf983e Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 21 Jan 2026 18:32:21 -0500 Subject: [PATCH] 1.35.8 release --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index b2cb612..be3df0e 100755 --- a/installJRMC +++ b/installJRMC @@ -21,7 +21,7 @@ # shellcheck disable=SC2329 shopt -s extglob -declare -g SCRIPT_VERSION="1.35.8-dev" +declare -g SCRIPT_VERSION="1.35.8" declare -g MC_VERSION_HARDCODE="35.0.37" # do find all replace declare -g MC_REPO_HARDCODE="bookworm" # should match the MC_VERSION_HARDCODE declare -g BOARD_ID="92.0" # MC35 board ID for fallback latest version detection @@ -388,7 +388,7 @@ init() { BUILD_TARGET="${BUILD_TARGET:-$ID}" CREATEREPO_TARGET="${CREATEREPO_TARGET:-$ID}" MC_REPO="${MC_REPO_USER:-${UBUNTU_CODENAME:-$MC_REPO_HARDCODE}}" # user>host>hardcoded - + echo "MC source -> target: $MC_REPO $MC_ARCH -> $BUILD_TARGET $ARCH" set_mc_version echo "Selected MC version $MC_VERSION from the $MC_REPO repo (via $MC_VERSION_SOURCE)"