diff --git a/InstallNET.sh b/InstallNET.sh index a541a59b..93511181 100644 --- a/InstallNET.sh +++ b/InstallNET.sh @@ -359,6 +359,7 @@ if [[ -n "$tmpDIST" ]]; then [[ "$isDigital" == '10' ]] && DIST='buster'; [[ "$isDigital" == '11' ]] && DIST='bullseye'; [[ "$isDigital" == '12' ]] && DIST='bookworm'; + [[ "$isDigital" == '13' ]] && DIST='trixie'; } } LinuxMirror=$(selectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")