Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -17,21 +17,12 @@ To verify a downloaded file (e.g. `Nextcloud-Talk-v2.1.1-x86_64.AppImage`):
|
|||||||
|
|
||||||
1. Download the three files from the release:
|
1. Download the three files from the release:
|
||||||
- The AppImage itself
|
- The AppImage itself
|
||||||
- `BUILD_INFO.json`
|
- `BUILD_INFO*.json`
|
||||||
- `BUILD_INFO.json.asc`
|
|
||||||
|
|
||||||
2. Check file integrity
|
2. Check file integrity
|
||||||
```bash
|
```bash
|
||||||
sha256sum Nextcloud-Talk-v2.1.1-x86_64.AppImage
|
sha256sum Nextcloud-Talk-v2.1.1-x86_64.AppImage
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Verify the signature
|
3. `cat` the `BUILD_INFO*.json` and confirm the key.
|
||||||
```bash
|
|
||||||
gpg --verify BUILD_INFO.json.asc BUILD_INFO.json
|
|
||||||
```
|
|
||||||
|
|
||||||
You should see
|
|
||||||
```bash
|
|
||||||
Good signature from "YourITtech.support"
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user