瀏覽代碼

Use release installer for bookworm #75

Brent, Bohan Yang 3 年之前
父節點
當前提交
49f6c2b361
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      debi.sh

+ 2 - 2
debi.sh

@@ -127,10 +127,10 @@ set_security_archive() {
 
 set_daily_d_i() {
     case $suite in
-        stretch|oldoldstable|buster|oldstable|bullseye|stable)
+        stretch|oldoldstable|buster|oldstable|bullseye|stable|bookworm)
             daily_d_i=false
             ;;
-        bookworm|testing|sid|unstable)
+        testing|sid|unstable)
             daily_d_i=true
             ;;
         *)