From 43cb294c55dceb5f24661a5ce3b896baec5e5eca Mon Sep 17 00:00:00 2001 From: la0wei <3761308+la0wei@users.noreply.github.com> Date: Thu, 28 Aug 2025 08:53:11 +0800 Subject: [PATCH] Update InstallNET.sh add debian 13 trixie support --- InstallNET.sh | 1 + 1 file changed, 1 insertion(+) 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")