Skip to content

axislinux/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

releases

Axis Linux

Axis Linux releases

This is where you can find releases of Axis Linux

powered-by-electricity

latest-release license


About

Creator: XXCoreRangerX (mail@xxcore.pl)

What does each file do

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

How to check the ISO integrity

Make sure to download all the release files (ISO, SIG and sha512sum) and that they are in the same directory.

  1. Add the key to gpg
gpg --recv-keys A182D760A59FDFDD
  1. 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).

  1. Lastly, check sha512 checksum
sha512sum --check axislinux-XXXX.XX.XX-x86_64.iso.sha512sum

This command should tell whether the checksum is correct.

License

This project is licensed under the GPL-3.0 license.