Skip to content

Commit

Permalink
public: make bittorrent and iso downloads from mirrors more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Sep 14, 2024
1 parent 59ef2de commit c68204d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/public/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ <h3>Release Info</h3>
It is intended for new installations only; an existing Arch Linux system
can always be updated with <code>pacman -Syu</code>.</p>

<p>Images for installing Arch can be downloaded via <a href="#bittorrent-download">BitTorrent</a> or right here in your browser from one of the <a href="#http-downloads">Arch HTTP(S) mirrors down below</a>.</p>

<ul>
{% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %}
{% if release.kernel_version %}<li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li>{% endif %}
Expand Down Expand Up @@ -52,7 +54,7 @@ <h3>Existing Arch Users</h3>
to update your existing system. You may be looking for
<a href="{% url 'mirrorlist' %}">an updated mirrorlist</a> instead.</p>

<h3>BitTorrent Download (recommended)</h3>
<h3 id="bittorrent-download">BitTorrent Download (recommended)</h3>

<p>If you can spare the bytes, please leave the client open after your
download is finished, so you can seed it back to others.
Expand Down Expand Up @@ -91,10 +93,10 @@ <h3>VM images</h3>

<p>Official virtual machine images are available for download on our <a href="https://gitlab.archlinux.org/archlinux/arch-boxes/-/packages">GitLab instance</a>, more information is available in the <a href="https://gitlab.archlinux.org/archlinux/arch-boxes/">README</a>.</p>

<h3>HTTP Direct Downloads</h3>
<h3 id="http-downloads">HTTP Direct Downloads</h3>

<p>In addition to the BitTorrent links above, install images can also be
downloaded via HTTP from the mirror sites listed below. Please
downloaded via HTTP from the <a href="#download-mirrors">mirror sites listed below</a>. Please
ensure the download image matches the checksum from the <code>sha256sums.txt</code> or <code>b2sums.txt</code> file linked below.</p>

<h4 id="checksums">Checksums and signatures</h4>
Expand Down

0 comments on commit c68204d

Please sign in to comment.