Set noble repo as an override, not the default

This commit is contained in:
2024-08-22 16:30:45 -04:00
parent 70a6caf0bd
commit 9f12abd905

View File

@@ -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*)