Skip to content

Commit

Permalink
Updated download page
Browse files Browse the repository at this point in the history
  • Loading branch information
adi1090x committed Apr 6, 2024
1 parent 07d8564 commit a970728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>Download Archcraft</h2>
</ul>
</footer>
<div align="left">
<blockquote>Latest Release &nbsp;:&nbsp; <code>archcraft-2024.01.08-x86_64.iso</code>
<blockquote>Latest Release &nbsp;:&nbsp; <code>archcraft-2024.04.06-x86_64.iso</code>
<br />The username and password for live session is &nbsp;:&nbsp; <b>liveuser</b>
<br />Archcraft is only available for 64-bit architectures. There are no 32-bit, <s>ARM</s> or WSL editions &amp; perhaps, never going to be.
<br /><b>Archcraft ARM</b> is <a href="https://wiki.archcraft.io/docs/arm/archcraft-arm" target="_blank">Here</a> : available for both <b>ARMv7</b>(32-bit) and <b>ARMv8</b>(aarch64, 64-bit) architectures.</blockquote>
Expand Down Expand Up @@ -152,9 +152,9 @@ <h2>Verify the ISO</h2>
$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 7DC81F73
$ gpg --keyserver hkp://pgp.mit.edu --recv-keys 7DC81F73</code></pre>
<li>Verify the gpg signature by running...</li>
<pre><code>$ gpg --verify archcraft-2024.01.08-x86_64.iso.sig</code></pre>
<pre><code>$ gpg --verify archcraft-2024.04.06-x86_64.iso.sig</code></pre>
<li>Finally, Verify the sha256sum checksum by running...</li>
<pre><code>$ sha256sum -c archcraft-2024.01.08-x86_64.iso.sha256sum</code></pre>
<pre><code>$ sha256sum -c archcraft-2024.04.06-x86_64.iso.sha256sum</code></pre>
</ul>
</div>
</section>
Expand Down

0 comments on commit a970728

Please sign in to comment.