mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
debian 11.5 and 10.13 released
This commit is contained in:
parent
0185369632
commit
e03c5e76ba
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -263,7 +263,7 @@ function editions_centos-stream() {
|
|||
}
|
||||
|
||||
function releases_debian() {
|
||||
echo 10.11.0 11.2.0 11.3.0 11.4.0
|
||||
echo 10.11.0 10.12.0 10.13.0 11.2.0 11.3.0 11.4.0 11.5.0
|
||||
}
|
||||
|
||||
function editions_debian() {
|
||||
|
@ -939,7 +939,7 @@ function get_debian() {
|
|||
local URL=""
|
||||
|
||||
case ${RELEASE} in
|
||||
11.4.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
|
||||
11.5.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 a new issue