Fix Linux Mint codename

This commit is contained in:
2024-09-03 19:42:47 -04:00
parent 74a4b9a72d
commit 9b17144472

View File

@@ -1604,6 +1604,8 @@ update_self() {
local script_url="https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC" local script_url="https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC"
local tmp; tmp=$(mktemp) local tmp; tmp=$(mktemp)
echo "Checking for installJRMC update"
# Function to extract and normalize version from a script # Function to extract and normalize version from a script
extract_version() { extract_version() {
local version_line local version_line