mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-11-01 18:16:03 +08:00
prepare for Debian 13 and 14
This commit is contained in:
parent
23a4e61579
commit
0fe8000f1f
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue