Update stretch backports

pull/21/head
Bohan Yang 4 years ago
parent 160b379df6
commit 85dcf3d259
  1. 4
      debi.sh

@ -133,7 +133,7 @@ set_debian_version() {
has_cloud_kernel() { has_cloud_kernel() {
case $suite in case $suite in
stretch) stretch|oldoldstable)
[ "$architecture" = amd64 ] && [ "$bpo_kernel" = true ] && return [ "$architecture" = amd64 ] && [ "$bpo_kernel" = true ] && return
;; ;;
buster|oldstable) buster|oldstable)
@ -153,7 +153,7 @@ has_cloud_kernel() {
has_backports() { has_backports() {
case $suite in case $suite in
stretch|buster|oldstable|bullseye|stable|bookworm|testing) return stretch|oldoldstable|buster|oldstable|bullseye|stable|bookworm|testing) return
esac esac
echo "\nWarning: No backports kernel is available for $suite.\nContinuing with the default...\n" 1>&2 echo "\nWarning: No backports kernel is available for $suite.\nContinuing with the default...\n" 1>&2

Loading…
Cancel
Save