This is where you can find releases of Axis Linux
Creator: XXCoreRangerX (mail@xxcore.pl)
File | Meaning |
---|---|
axislinux-XXXX.XX.XX-x86_64.iso | The installation file |
axislinux-XXXX.XX.XX-x86_64.iso.sig | The signature of the iso |
axislinux-XXXX.XX.XX-x86_64.iso.sha512sum | The checksum of the iso |
Make sure to download all the release files (ISO
, SIG
and sha512sum
) and that they are in the same directory.
- Add the key to gpg
gpg --recv-keys A182D760A59FDFDD
- Then, verify gpg key of the file
gpg --verify axislinux-XXXX.XX.XX-x86_64.iso.sig axislinux-XXXX.XX.XX-x86_64.iso
The output should be XXCoreRangerX's public gpg key fingerprint (currently FD11A3293A6830E6D28E1408A182D760A59FDFDD
).
- Lastly, check sha512 checksum
sha512sum --check axislinux-XXXX.XX.XX-x86_64.iso.sha512sum
This command should tell whether the checksum is correct.
This project is licensed under the GPL-3.0 license.