Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit c7584cf

Browse files
committed
update english doc
1 parent 615ee31 commit c7584cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/en/2020-02-26-Linux(测试版)刷新软件包列表遇到 GPG 错误的解决方法.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ It can be solved by updating the public key used for verification, or skipping v
3434

3535
The first method you should try is to update the public key, so that the process of verifying the package signature goes smoothly.
3636

37-
Excuting an order
37+
Run this command to update the public key:
3838

3939
```shell
4040
sudo apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com
4141
```
4242

43-
Update the public key. After the command is executed successfully, try sudo apt-get update again.
43+
After the command is executed successfully, try `sudo apt-get update` again.
4444

4545
### Skip verification
4646

0 commit comments

Comments
 (0)