فهرست منبع

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