From 9f12abd90550bd08bb6e78f9940e97931cd25a1b Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 22 Aug 2024 16:30:45 -0400 Subject: [PATCH] Set noble repo as an override, not the default --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 2dbbe4d..2d3f03c 100755 --- a/installJRMC +++ b/installJRMC @@ -178,7 +178,7 @@ init() { ID="ubuntu" if [[ ${VERSION_ID%.*} -ge 24 ]]; then debug "Switching to noble repo for *buntu 24" - declare -g MC_DEFAULT_REPO='noble' + declare -g MC_REPO='noble' fi ;; *suse*)