File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import { InputFieldWithLabel } from "./InputField";
26
26
import DebianIcon from "@/assets/debian-icon.png" ;
27
27
import UbuntuIcon from "@/assets/ubuntu-icon.png" ;
28
28
import FedoraIcon from "@/assets/fedora-icon.png" ;
29
+ import OpenSUSEIcon from "@/assets/opensuse-icon.png" ;
29
30
import ArchIcon from "@/assets/arch-icon.png" ;
30
31
import NetBootIcon from "@/assets/netboot-icon.svg" ;
31
32
import { TrashIcon } from "@heroicons/react/16/solid" ;
@@ -542,6 +543,16 @@ function UrlView({
542
543
url : "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-41-1.4.iso" ,
543
544
icon : FedoraIcon ,
544
545
} ,
546
+ {
547
+ name : "openSUSE Leap 15.6" ,
548
+ url : "https://download.opensuse.org/distribution/leap/15.6/iso/openSUSE-Leap-15.6-NET-x86_64-Media.iso" ,
549
+ icon : OpenSUSEIcon ,
550
+ } ,
551
+ {
552
+ name : "openSUSE Tumbleweed" ,
553
+ url : "https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Current.iso" ,
554
+ icon : OpenSUSEIcon ,
555
+ } ,
545
556
{
546
557
name : "Arch Linux" ,
547
558
url : "https://archlinux.doridian.net/iso/2025.02.01/archlinux-2025.02.01-x86_64.iso" ,
You can’t perform that action at this time.
0 commit comments