mirror of https://github.com/jetkvm/kvm.git
Compare commits
2 Commits
5e6da5b782
...
8f335f2b34
Author | SHA1 | Date |
---|---|---|
|
8f335f2b34 | |
|
9f573200b1 |
|
@ -526,8 +526,13 @@ function UrlView({
|
|||
icon: UbuntuIcon,
|
||||
},
|
||||
{
|
||||
name: "Debian 12",
|
||||
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso",
|
||||
name: "Debian 13 Trixie",
|
||||
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso",
|
||||
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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue