瀏覽代碼

Set noble repo as an override, not the default

bryan 2 月之前
父節點
當前提交
9f12abd905
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
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*)