Parcourir la source

Set noble repo as an override, not the default

bryan il y a 2 mois
Parent
commit
9f12abd905
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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*)