fix: update debian upstream version 11.3.0 (#436)
update debian upstream version 11.3.0 Log: Co-authored-by: Heysion <heysion@deepin.com>
This commit is contained in:
parent
4e196d57b0
commit
71a1efaceb
4
quickget
4
quickget
@ -241,7 +241,7 @@ function releases_cachyos() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function releases_debian() {
|
function releases_debian() {
|
||||||
echo 10.11.0 11.2.0
|
echo 10.11.0 11.2.0 11.3.0
|
||||||
}
|
}
|
||||||
|
|
||||||
function editions_debian() {
|
function editions_debian() {
|
||||||
@ -826,7 +826,7 @@ function get_debian() {
|
|||||||
local URL=""
|
local URL=""
|
||||||
|
|
||||||
case ${RELEASE} in
|
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/";;
|
*) URL="https://cdimage.debian.org/cdimage/archive/${RELEASE}-live/amd64/iso-hybrid/";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user