|
@@ -265,6 +265,7 @@ if [[ -z "$DIST" ]]; then
|
|
|
[[ "$isDigital" == '8' ]] && DIST='jessie';
|
|
|
[[ "$isDigital" == '9' ]] && DIST='stretch';
|
|
|
[[ "$isDigital" == '10' ]] && DIST='buster';
|
|
|
+ [[ "$isDigital" == '11' ]] && DIST='bullseye';
|
|
|
}
|
|
|
}
|
|
|
LinuxMirror=$(SelectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")
|
|
@@ -280,6 +281,7 @@ if [[ -z "$DIST" ]]; then
|
|
|
[[ "$isDigital" == '14.04' ]] && DIST='trusty';
|
|
|
[[ "$isDigital" == '16.04' ]] && DIST='xenial';
|
|
|
[[ "$isDigital" == '18.04' ]] && DIST='bionic';
|
|
|
+ [[ "$isDigital" == '20.04' ]] && DIST='focal';
|
|
|
}
|
|
|
}
|
|
|
LinuxMirror=$(SelectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")
|