add-apt-repository/adduser/alpine/apk/apt-cache/apt-file/apt-get/apt-key:translate the contents inside {{}}; apt-mark:add chinese translations

This commit is contained in:
hugue
2019-01-01 13:39:40 +08:00
committed by Agniva De Sarker
parent a1e9cb673e
commit cc5619f0d0
9 changed files with 51 additions and 28 deletions

View File

@@ -8,11 +8,11 @@
- 向可信密钥库中添加一个密钥:
`apt-key add {{public_key_file.asc}}`
`apt-key add {{密钥文件.asc}}`
- 从可信密钥库中移除一个密钥:
`apt-key del {{key_id}}`
`apt-key del {{密钥id}}`
- 向可信密钥库中添加一个远程密钥:
@@ -20,4 +20,4 @@
- 指定密钥ID,从密钥服务器中添加一个密钥:
`apt-key adv --keyserver {{pgp.mit.edu}} --recv {{KEYID}}`
`apt-key adv --keyserver {{pgp.mit.edu}} --recv {{密钥id}}`