819d4e7118 | ||
---|---|---|
.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-2023.01.20-x86_64.isoSIG
: archcraft-xfce-2023.01.20-x86_64.iso.sigSHA
: archcraft-xfce-2023.01.20-x86_64.iso.sha256sum6dda9958dfef19500db658b955b0519f14a92abeff4aeaf76a7e263c405bcfc2
TORRENT
: archcraft-xfce-2023.01.20-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-2023.01.20-x86_64.iso.sig
- Finally, Verify the
sha256sum
by running :
$ sha256sum -c archcraft-xfce-2023.01.20-x86_64.iso.sha256sum