From de2032d389380edf0540f2f695701118e1c68c31 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 2 Jun 2025 16:57:58 -0400 Subject: [PATCH] Add temp debug --- installJRMC | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installJRMC b/installJRMC index 5b454e3..efe38c3 100755 --- a/installJRMC +++ b/installJRMC @@ -975,8 +975,10 @@ install_mc_deb() { # Add older repository for libwebkit2gtk-4.0-37, etc, on newer Debian/Ubuntu local -i remove_temp_repo=0 if [[ "$ID" == "ubuntu" ]]; then + debug "ID: $ID, VERSION_ID: $VERSION_ID" local major_version="${VERSION_ID%%.*}" local minor_version="${VERSION_ID##*.}" + debug "Major version: $major_version, Minor version: $minor_version" if [[ $major_version -gt 24 || ($major_version == 24 && minor_version -ge 4) ]]; then echo "Temporarily adding jammy repository for libwebkit2gtk-4.0-37, etc." remove_temp_repo=1