浏览代码

Use bookworm sources for Ubuntu>=24

bryan 5 月之前
父节点
当前提交
1cb78fe211
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      installJRMC

+ 4 - 0
installJRMC

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