Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/common/general/_etcher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Balena Etcher 是一个跨平台且,用户界面友好的镜像文件烧写工
</TabItem>
<TabItem value="Linux">

请下载 [balena-etcher_1.18.11_amd64.deb](https://github.com/balena-io/etcher/releases/download/v1.18.11/balena-etcher_1.18.11_amd64.deb)。下载完成后,请在终端执行以下命令进行安装:
请下载 [balena-etcher_1.19.16_amd64.deb](https://github.com/balena-io/etcher/releases/download/v1.19.16/balena-etcher_1.19.16_amd64.deb)。下载完成后,请在终端执行以下命令进行安装:

```bash
sudo dpkg -i balena-etcher_1.18.11_amd64.deb
sudo dpkg -i balena-etcher_1.19.16_amd64.deb
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Please download [balenaEtcher-Setup-1.18.11.exe](https://github.com/balena-io/et
</TabItem>
<TabItem value="Linux">

Please download [balena-etcher_1.18.11_amd64.deb](https://github.com/balena-io/etcher/releases/download/v1.19.16/balena-etcher_1.19.16_amd64.deb). Once the download is complete, please install it by executing the following command in the terminal:
Please download [balena-etcher_1.19.16_amd64.deb](https://github.com/balena-io/etcher/releases/download/v1.19.16/balena-etcher_1.19.16_amd64.deb). Once the download is complete, please install it by executing the following command in the terminal:

```bash
sudo dpkg -i balena-etcher_1.18.11_amd64.deb
sudo dpkg -i balena-etcher_1.19.16_amd64.deb
```

</TabItem>
Expand Down
Loading