mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Use release installer for bookworm #75
This commit is contained in:
@@ -127,10 +127,10 @@ set_security_archive() {
|
|||||||
|
|
||||||
set_daily_d_i() {
|
set_daily_d_i() {
|
||||||
case $suite in
|
case $suite in
|
||||||
stretch|oldoldstable|buster|oldstable|bullseye|stable)
|
stretch|oldoldstable|buster|oldstable|bullseye|stable|bookworm)
|
||||||
daily_d_i=false
|
daily_d_i=false
|
||||||
;;
|
;;
|
||||||
bookworm|testing|sid|unstable)
|
testing|sid|unstable)
|
||||||
daily_d_i=true
|
daily_d_i=true
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user