瀏覽代碼

更新支持Debian 12 安装

Hongwenjun 1 年之前
父節點
當前提交
a5b8aa7579
共有 1 個文件被更改,包括 1 次插入0 次删除
  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")