From a970728082e9e22a5ed1349a2a93cc6543a48ea6 Mon Sep 17 00:00:00 2001 From: adi1090x Date: Sat, 6 Apr 2024 16:34:27 +0530 Subject: [PATCH] Updated download page --- download.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download.html b/download.html index 343a525..015de48 100644 --- a/download.html +++ b/download.html @@ -74,7 +74,7 @@

Download Archcraft

-
Latest Release  :  archcraft-2024.01.08-x86_64.iso +
Latest Release  :  archcraft-2024.04.06-x86_64.iso
The username and password for live session is  :  liveuser
Archcraft is only available for 64-bit architectures. There are no 32-bit, ARM or WSL editions & perhaps, never going to be.
Archcraft ARM is Here : available for both ARMv7(32-bit) and ARMv8(aarch64, 64-bit) architectures.
@@ -152,9 +152,9 @@

Verify the ISO

$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 7DC81F73 $ gpg --keyserver hkp://pgp.mit.edu --recv-keys 7DC81F73
  • Verify the gpg signature by running...
  • -
    $ gpg --verify archcraft-2024.01.08-x86_64.iso.sig
    +
    $ gpg --verify archcraft-2024.04.06-x86_64.iso.sig
  • Finally, Verify the sha256sum checksum by running...
  • -
    $ sha256sum -c archcraft-2024.01.08-x86_64.iso.sha256sum
    +
    $ sha256sum -c archcraft-2024.04.06-x86_64.iso.sha256sum