prepare for Debian 13 and 14

This commit is contained in:
Molly Lau 2023-04-05 21:28:33 +09:00 committed by GitHub
parent 23a4e61579
commit 0fe8000f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1037,6 +1037,8 @@ if [[ -n "$tmpDIST" ]]; then
[[ "$isDigital" == '10' ]] && DIST='buster';
[[ "$isDigital" == '11' ]] && DIST='bullseye';
[[ "$isDigital" == '12' ]] && DIST='bookworm';
# [[ "$isDigital" == '13' ]] && DIST='trixie';
# [[ "$isDigital" == '14' ]] && DIST='forky';
}
}
LinuxMirror=$(selectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")