|
@@ -351,6 +351,7 @@ if [[ -n "$tmpDIST" ]]; then
|
|
[[ "$isDigital" == '9' ]] && DIST='stretch';
|
|
[[ "$isDigital" == '9' ]] && DIST='stretch';
|
|
[[ "$isDigital" == '10' ]] && DIST='buster';
|
|
[[ "$isDigital" == '10' ]] && DIST='buster';
|
|
[[ "$isDigital" == '11' ]] && DIST='bullseye';
|
|
[[ "$isDigital" == '11' ]] && DIST='bullseye';
|
|
|
|
+ [[ "$isDigital" == '12' ]] && DIST='bookworm';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
LinuxMirror=$(selectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")
|
|
LinuxMirror=$(selectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")
|