mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 06:26:15 +00:00
Use release installer for bookworm #75
This commit is contained in:
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user