Add 11.4.0 current live release (#503)
* Add 11.4.0 current live release * move latest debian on so last switches to archive
This commit is contained in:
parent
da30757832
commit
cfadfde2b7
4
quickget
4
quickget
@ -257,7 +257,7 @@ function editions_centos-stream() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function releases_debian() {
|
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() {
|
function editions_debian() {
|
||||||
@ -887,7 +887,7 @@ function get_debian() {
|
|||||||
local URL=""
|
local URL=""
|
||||||
|
|
||||||
case ${RELEASE} in
|
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/";;
|
*) URL="https://cdimage.debian.org/cdimage/archive/${RELEASE}-live/amd64/iso-hybrid/";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user