From 9b17144472eca46a765c0ea499c24e7a54d95e7d Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 3 Sep 2024 19:42:47 -0400 Subject: [PATCH] Fix Linux Mint codename --- installJRMC | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installJRMC b/installJRMC index 83ff722..009843d 100755 --- a/installJRMC +++ b/installJRMC @@ -1604,6 +1604,8 @@ update_self() { local script_url="https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC" local tmp; tmp=$(mktemp) + echo "Checking for installJRMC update" + # Function to extract and normalize version from a script extract_version() { local version_line