// Profile : XFCE
Go to file
adi1090x 518bb87c78 Updated Changelogs 2022-10-07 14:18:24 +05:30
.github Added Funding Links 2022-10-07 11:52:52 +05:30
packages Added XFCE Specific Packages 2022-10-07 11:50:15 +05:30
profile Updated Package File 2022-10-07 14:18:06 +05:30
.gitignore Added Release Scripts 2022-10-07 12:29:17 +05:30
01-create-signature.sh Added Release Scripts 2022-10-07 12:29:17 +05:30
02-create-torrent.sh Added Release Scripts 2022-10-07 12:29:17 +05:30
03-create-release.sh Added Release Scripts 2022-10-07 12:29:17 +05:30
04-create-readme.sh Added Release Scripts 2022-10-07 12:29:17 +05:30
LICENSE Initial commit 2022-10-07 11:43:42 +05:30
README.md Added Release Scripts 2022-10-07 12:29:17 +05:30
changelog.md Updated Changelogs 2022-10-07 14:18:24 +05:30
xfce.gif Added Release Scripts 2022-10-07 12:29:17 +05:30

README.md

Archcraft

Donate for Archcraft on ko-fi  Donate for Archcraft via Paypal  Donate for Archcraft via Liberapay

Yet another minimal linux distribution, based on Arch Linux.

home wiki screenshots reddit discord telegram matrix

img

Latest Release

Verify the authenticity of the ISO

  • Download the ISO, gpg signature and sha256sum 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