From e03c5e76ba2205bae197aacb2d5ff27698f4868c Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 11 Sep 2022 11:54:45 +0100 Subject: [PATCH] debian 11.5 and 10.13 released --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index d1cb7d5..7d4c3c7 100755 --- a/quickget +++ b/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