99d2f9e226 | ||
---|---|---|
.github | ||
packages | ||
profile | ||
.gitignore | ||
01-create-signature.sh | ||
02-create-torrent.sh | ||
03-create-release.sh | ||
04-create-readme.sh | ||
LICENSE | ||
README.md | ||
changelog.md | ||
xfce.gif |
README.md
Yet another minimal linux distribution, based on Arch Linux.
Latest Release
ISO
: archcraft-xfce-2022.10.07-x86_64.isoSIG
: archcraft-xfce-2022.10.07-x86_64.iso.sigSHA
: archcraft-xfce-2022.10.07-x86_64.iso.sha256sum9ee76b07167c549bd4c384e3b7c6bde8e0de9ca32809aa1db8b64ab0db976fb6
TORRENT
: archcraft-xfce-2022.10.07-x86_64.iso.torrent
Verify the authenticity of the ISO
- Download the
ISO
,gpg signature
andsha256sum
files - Make sure all the files are present in the same directory (Assuming
~/Downloads
) - First, Verify the details of the key on keyserver, Open a terminal and run (any one):
$ gpg --keyserver hkps://keys.gnupg.net --recv-keys 7DC81F73
$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 7DC81F73
$ gpg --keyserver hkp://pgp.mit.edu --recv-keys 7DC81F73
- Then, Open
terminal
in the~/Downloads
folder and run following command :
$ gpg --verify archcraft-xfce-2022.10.07-x86_64.iso.sig
- Finally, Verify the
sha256sum
by running :
$ sha256sum -c archcraft-xfce-2022.10.07-x86_64.iso.sha256sum