We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608f69d commit 9f57320Copy full SHA for 9f57320
ui/src/routes/devices.$id.mount.tsx
@@ -526,8 +526,13 @@ function UrlView({
526
icon: UbuntuIcon,
527
},
528
{
529
- name: "Debian 12",
530
- 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",
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",
536
icon: DebianIcon,
537
538
0 commit comments