From cfadfde2b7fd6cfb1c9effbf520f9d7c7eade3b5 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 24 Jul 2022 01:20:49 +0100 Subject: [PATCH] Add 11.4.0 current live release (#503) * Add 11.4.0 current live release * move latest debian on so last switches to archive --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 5deff45..2447e9b 100755 --- a/quickget +++ b/quickget @@ -257,7 +257,7 @@ function editions_centos-stream() { } function releases_debian() { - echo 10.11.0 11.2.0 11.3.0 + echo 10.11.0 11.2.0 11.3.0 11.4.0 } function editions_debian() { @@ -887,7 +887,7 @@ function get_debian() { local URL="" case ${RELEASE} in - 11.3.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";; + 11.4.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