Use bookworm sources for Ubuntu>=24

This commit is contained in:
2024-05-21 18:40:53 -04:00
parent 026b59acc7
commit 1cb78fe211

View File

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