Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Lorch fa8bac4227
Merge af6636ce81 into 9f573200b1 2025-08-18 11:28:38 +02:00
Serhii 9f573200b1
Update mount list for new Debian 13 release (#739)
* Update mount list for new Debian 13 release

* Keep Debian 12 Bookworm as old-stable release
2025-08-18 11:20:20 +02:00
Daniel Lorch af6636ce81 Danish (placeholder) 2025-05-21 20:28:13 +00:00
2 changed files with 7 additions and 2 deletions

View File

View File

@ -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,
},
{