Merge branch 'update-debian' into combined-updates
This commit is contained in:
commit
01b0ab7ed3
4
quickget
4
quickget
@ -241,7 +241,7 @@ function releases_cachyos() {
|
||||
}
|
||||
|
||||
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() {
|
||||
@ -815,7 +815,7 @@ function get_debian() {
|
||||
local URL=""
|
||||
|
||||
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/";;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user