From 2440dba5db02efbc998bccc5071930862f31ec04 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 May 2024 19:01:48 -0400 Subject: [PATCH] *buntu >=24 needs noble sources --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 8327293..c4d9961 100755 --- a/installJRMC +++ b/installJRMC @@ -175,8 +175,8 @@ init() { linuxmint|neon|zorin|*ubuntu*) ID="ubuntu" if [[ ${VERSION_ID%.*} -ge 24 ]]; then - debug "Switching to bookworm for *buntu 24" - declare -g DEBIANBASE='bookworm' + debug "Switching to noble repo for *buntu 24" + declare -g DEBIANBASE='noble' fi ;; *suse*)