*buntu >=24 needs noble sources

This commit is contained in:
2024-05-21 19:01:48 -04:00
parent 1cb78fe211
commit 2440dba5db

View File

@@ -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*)