1.34.3 release

This commit is contained in:
2025-06-18 13:32:55 -04:00
parent c0c25cbea3
commit eb8664d7e5

View File

@@ -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