26 lines
616 B
Plaintext
26 lines
616 B
Plaintext
---
|
|
title: Fedora Media Writer
|
|
description: Choosing to download Fedora automatically.
|
|
---
|
|
|
|
import { Picture } from "astro:assets";
|
|
import ChoiceList from "@/components/ChoiceList.astro";
|
|
import selectImageSource from "@/assets/imgs/Fedora/FedoraMediaWriter/SelectImageSource.png";
|
|
|
|
<div class="flex justify-center">
|
|
<Picture
|
|
src={selectImageSource}
|
|
formats={["avif"]}
|
|
alt="Fedora Media Writer's Select Image Source page"
|
|
class="h-72 w-auto"
|
|
/>
|
|
</div>
|
|
|
|
Select "Download automatically" and click Next.
|
|
|
|
<ChoiceList>
|
|
<a href="/en/distro/fedora/workstation/1/" class="button">
|
|
Continue
|
|
</a>
|
|
</ChoiceList>
|