Skip to content

Commit 9f57320

Browse files
authored
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
1 parent 608f69d commit 9f57320

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ui/src/routes/devices.$id.mount.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,13 @@ function UrlView({
526526
icon: UbuntuIcon,
527527
},
528528
{
529-
name: "Debian 12",
530-
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso",
529+
name: "Debian 13 Trixie",
530+
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso",
531+
icon: DebianIcon,
532+
},
533+
{
534+
name: "Debian 12 Bookworm (old-stable)",
535+
url: "https://cdimage.debian.org/mirror/cdimage/archive/12.11.0/amd64/iso-cd/debian-12.11.0-amd64-netinst.iso",
531536
icon: DebianIcon,
532537
},
533538
{

0 commit comments

Comments
 (0)