|
|
@@ -352,6 +352,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")
|
|
|
@@ -368,6 +370,9 @@ if [[ -n "$tmpDIST" ]]; then
|
|
|
[[ "$isDigital" == '16.04' ]] && DIST='xenial';
|
|
|
[[ "$isDigital" == '18.04' ]] && DIST='bionic';
|
|
|
[[ "$isDigital" == '20.04' ]] && DIST='focal';
|
|
|
+ [[ "$isDigital" == '22.04' ]] && DIST='jammy';
|
|
|
+ [[ "$isDigital" == '24.04' ]] && DIST='noble';
|
|
|
+ [[ "$isDigital" == '26.04' ]] && DIST='resolute';
|
|
|
}
|
|
|
}
|
|
|
LinuxMirror=$(selectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")
|