Browse Source

Set noble repo as an override, not the default

bryan 2 tháng trước cách đây
mục cha
commit
9f12abd905
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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*)