Skip to content

Commit d0d9b9a

Browse files
authored
Modify gpg --recv-key instructions
1 parent fe00835 commit d0d9b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ to fetch the compressed disk image file (~1,842MiB) and its signature.
9595

9696
Next, if you like, verify the image using gpg (this step is optional):
9797
```console
98-
# gpg --recv-key DDE76CEA
98+
# gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-key DDE76CEA
9999
# gpg --verify genpi64.img.xz.asc genpi64.img.xz
100100
```
101101

@@ -133,7 +133,7 @@ to fetch the compressed disk image file (~680MiB) and its signature.
133133

134134
Next, if you like, verify the image using gpg (this step is optional):
135135
```console
136-
# gpg --recv-key DDE76CEA
136+
# gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-key DDE76CEA
137137
# gpg --verify genpi64lite.img.xz.asc genpi64lite.img.xz
138138
```
139139

0 commit comments

Comments
 (0)