Use release installer for bookworm #75

pull/114/head
Brent, Bohan Yang 3 years ago committed by GitHub
parent 04c05284ab
commit 49f6c2b361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      debi.sh

@ -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
;; ;;
*) *)

Loading…
Cancel
Save