mirror of https://github.com/jetkvm/kvm.git
Keep Debian 12 Bookworm as old-stable release
This commit is contained in:
parent
3579c99b52
commit
38adcd08a5
|
@ -530,6 +530,11 @@ function UrlView({
|
||||||
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso",
|
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso",
|
||||||
icon: DebianIcon,
|
icon: DebianIcon,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Debian 12 Bookworm (old-stable)",
|
||||||
|
url: "https://cdimage.debian.org/mirror/cdimage/archive/12.11.0/amd64/iso-cd/debian-12.11.0-amd64-netinst.iso",
|
||||||
|
icon: DebianIcon,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Fedora 41",
|
name: "Fedora 41",
|
||||||
url: "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-41-1.4.iso",
|
url: "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-41-1.4.iso",
|
||||||
|
|
Loading…
Reference in New Issue