Update lastmod for Preparing to Install, minor tweaks to spacing and headers.

This commit is contained in:
Joshua Strobl 2018-04-19 18:14:09 +03:00
parent 474ca141b1
commit e6148c1047
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
+++
title = "Preparing to Install"
lastmod = "2017-11-19T19:00:23+03:00"
lastmod = "2018-04-19T18:12:33+03:00"
+++
# Preparing to install
@ -13,21 +13,25 @@ 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.
**Note:** It is advisable that the files are all placed in the same folder.
#### Import the Public Key
#### Import the public key
```bash
gpg --import <Public Key>.gpg
```
#### Verify SHA256SUMS file signature
```bash
gpg --verify <Signed File>.sign <File>.sha256sum
```
#### Verify ISO
```bash
sha256sum -c Solus-3-Budgie.sha256sum | grep OK
```