1
0

Use bookworm sources for Ubuntu>=24

Este cometimento está contido em:
2024-05-21 18:40:53 -04:00
ascendente 026b59acc7
cometimento 1cb78fe211

Ver ficheiro

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