fix: update debian upstream version 11.3.0
update debian upstream version 11.3.0 Log:
This commit is contained in:
parent
6cea15885b
commit
efaa8def99
4
quickget
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user