提交 e8efec40 编写于 作者: O On The Dock 提交者: tekton-robot

Update _index.md

Replace apt install for dpkg -i

dpkg/rpm is used when installing TektonCD CLI from package and apt/dnf when installing from a repository.
上级 84800149
......@@ -218,7 +218,7 @@ rpm-based distros).
```bash
# Replace LINK-TO-THE-PACKAGE with the package URL you would like to use.
curl -LO LINK-TO-THE-PACKAGE
sudo apt install ./PACKAGE-NAME
sudo dpkg -i ./PACKAGE-NAME
```
If you are using the latest releases of Ubuntu or Debian, you may use the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册