debian 11.5 and 10.13 released

pull/558/head
Phil Clifford 2 years ago committed by Martin Wimpress
parent 0185369632
commit e03c5e76ba
  1. 4
      quickget

@ -263,7 +263,7 @@ function editions_centos-stream() {
}
function releases_debian() {
echo 10.11.0 11.2.0 11.3.0 11.4.0
echo 10.11.0 10.12.0 10.13.0 11.2.0 11.3.0 11.4.0 11.5.0
}
function editions_debian() {
@ -939,7 +939,7 @@ function get_debian() {
local URL=""
case ${RELEASE} in
11.4.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
11.5.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
*) URL="https://cdimage.debian.org/cdimage/archive/${RELEASE}-live/amd64/iso-hybrid/";;
esac

Loading…
Cancel
Save