format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,18 +2,18 @@
> apt 仓库管理.
- 添加一个新的 apt 仓库
- 添加一个新的 apt 仓库:
`add-apt-repository {{指定仓库}}`
- 移除一个 apt 仓库
- 移除一个 apt 仓库:
`add-apt-repository --remove {{指定仓库}}`
- 添加一个仓库并更新缓存
- 添加一个仓库并更新缓存:
`add-apt-repository --update {{指定仓库}}`
- 允许从指定仓库下载源码
- 允许从指定仓库下载源码:
`add-apt-repository --enable-source {{指定仓库}}`