8000 Add link to .sig file (#216) · CachyOS/wiki@f749258 · GitHub
[go: up one dir, main page]

Skip to content

Commit f749258

Browse files
Add link to .sig file (#216)
Link to sig file would have saved me some time trying to find where it was located.
1 parent b2364a3 commit f749258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cachyos_basic/download.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To verify the authenticity of the ISO file and make sure that it’s the officia
102102
gpg --keyserver hkps://keys.openpgp.org --recv-key F3B607488DB35A47
103103
```
104104

105-
2. Download the ISO file and its `.sig` signature file and run the following command (by replacing `full_iso_name.iso` with the actual ISO filename):
105+
2. Download the ISO file and its [`.sig`](https://cdn77.cachyos.org/ISO/desktop/250828/cachyos-desktop-linux-250828.iso.sig) signature file and run the following command (by replacing `full_iso_name.iso` with the actual ISO filename):
106106
```shell
107107
gpg --verify full_iso_name.iso.sig full_iso_name.iso
108108
```

0 commit comments

Comments
 (0)
0