Browse Source

*buntu >=24 needs noble sources

bryan 10 tháng trước cách đây
mục cha
commit
2440dba5db
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -175,8 +175,8 @@ init() {
         linuxmint|neon|zorin|*ubuntu*)
             ID="ubuntu"
             if [[ ${VERSION_ID%.*} -ge 24 ]]; then
-                debug "Switching to bookworm for *buntu 24"
-                declare -g DEBIANBASE='bookworm'
+                debug "Switching to noble repo for *buntu 24"
+                declare -g DEBIANBASE='noble'
             fi
             ;;
         *suse*)