Use bookworm sources for Ubuntu>=24
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user