Explorar o código

更新支持Debian 12 安装

Hongwenjun hai 1 ano
pai
achega
a5b8aa7579
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      auto.sh

+ 1 - 0
auto.sh

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