From 71a1efaceb4d2a195c831128ea5d6191c3e6ef96 Mon Sep 17 00:00:00 2001 From: Heysion Date: Fri, 22 Apr 2022 16:45:14 +0800 Subject: [PATCH] fix: update debian upstream version 11.3.0 (#436) update debian upstream version 11.3.0 Log: Co-authored-by: Heysion --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 9c4a8cd..a530d8b 100755 --- a/quickget +++ b/quickget @@ -241,7 +241,7 @@ function releases_cachyos() { } function releases_debian() { - echo 10.11.0 11.2.0 + echo 10.11.0 11.2.0 11.3.0 } function editions_debian() { @@ -826,7 +826,7 @@ function get_debian() { local URL="" case ${RELEASE} in - 11.2.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";; + 11.3.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