Use bookworm sources for Ubuntu>=24

此提交包含在:
2024-05-21 18:40:53 -04:00
父節點 026b59acc7
當前提交 1cb78fe211

查看文件

@@ -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"