From 474ca141b10a0b34e8ea29dc3a796ae87b6233bb Mon Sep 17 00:00:00 2001 From: Nader Shamma <10171089+nadershamma@users.noreply.github.com> Date: Thu, 19 Apr 2018 16:11:33 +0100 Subject: [PATCH] Added ISO validation instructions for Linux and Mac to "preparing-to-install" (#100) Resolves #22 --- installation/preparing-to-install/en.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/installation/preparing-to-install/en.md b/installation/preparing-to-install/en.md index d0a8cdc..eb02e59 100755 --- a/installation/preparing-to-install/en.md +++ b/installation/preparing-to-install/en.md @@ -10,6 +10,28 @@ The first step to installing Solus is acquiring the correct media. The Solus Pro You can download a Solus ISO by going to our [Download page](/download). +## Verifying the ISO + +### Linux and Mac +Download the relevant Solus ISO SHA256SUMS: File, Signed File and Public Key from the [Download page](/download). + +**Note:** it is advisable that the files are all placed in the same folder. + +#### Import the public key +```bash +gpg --import .gpg +``` + +#### Verify SHA256SUMS file signature +```bash +gpg --verify .sign .sha256sum +``` + +#### Verify ISO +```bash +sha256sum -c Solus-3-Budgie.sha256sum | grep OK +``` + --- ## Getting the Right Tool