修改kvmpro 命令行更新deb的下载地址和增加安装顺序的描述

This commit is contained in:
root
2026-04-27 17:22:20 +08:00
parent 8a9cc86645
commit 06ccb034e0
2 changed files with 16 additions and 12 deletions

View File

@@ -231,11 +231,11 @@ NanoKVM Pro will periodically push new application versions that include new fea
![](./../../../assets/NanoKVM/pro/extended/Update.png)
After clicking download, the new application installation package will be automatically downloaded, which includes `kvmcomm_x.x.x_arm64.deb`, `nanokvmpro_x.x.x_arm64.deb`, and `pikvm_x.x.x_arm64.deb`:
After clicking download, the new application installation package will be automatically downloaded, which includes `pikvm_x.x.x_arm64.deb`, `nanokvmpro_x.x.x_arm64.deb`, and `kvmcomm_x.x.x_arm64.deb`:
- `kvmcomm_x.x.x_arm64.deb` is responsible for driving the shared hardware in the NanoKVM and PiKVM frameworks;
- `nanokvmpro_x.x.x_arm64.deb` is the NanoKVM application software;
- `pikvm_x.x.x_arm64.deb` is the PiKVM application software.
- `nanokvmpro_x.x.x_arm64.deb` is the NanoKVM application software;
- `kvmcomm_x.x.x_arm64.deb` is responsible for driving the shared hardware in the NanoKVM and PiKVM frameworks;
Enabling the preview update feature will allow you to access the latest experimental application, which usually includes updated features but may lack stability. It is recommended to enable SSH before downloading preview updates.
@@ -249,8 +249,10 @@ sudo curl -L https://cdn.sipeed.com/nanokvm/preview/nanokvm_pro_1.1.6.tar.gz | s
# Enter folder
cd nanokvm_pro_1.1.6
# Install deb packages
sudo apt install ./*.deb
# Install the .deb package. For web terminals, please follow the installation order below strictly!!!
sudo apt install ./pikvm_1.2.14_arm64.deb
sudo apt install ./nanokvmpro_1.2.14_arm64.deb
sudo apt install ./kvmcomm_1.2.14_arm64.deb
```
> Software version 1.1.5 and later underwent an architectural adjustment. Older NanoKVM-Pro units can only fetch up to version 1.1.5 initially; after updating, they will be able to retrieve the latest versions.

View File

@@ -177,11 +177,11 @@ NanoKVM Pro 会不定时推送新版本的应用包含新功能和bug修复
![](./../../../assets/NanoKVM/pro/extended/Update.png)
点击下载后会自动下载新应用的安装包,包含`kvmcomm_x.x.x_arm64.deb``nanokvmpro_x.x.x_arm64.deb``pikvm_x.x.x_arm64.deb`
点击下载后会自动下载新应用的安装包,包含`pikvm_x.x.x_arm64.deb``nanokvmpro_x.x.x_arm64.deb``kvmcomm_x.x.x_arm64.deb`
- `kvmcomm_x.x.x_arm64.deb` 负责驱动 NanoKVM 和 PiKVM 框架中共用的硬件;
- `nanokvmpro_x.x.x_arm64.deb` NanoKVM 应用软件
- `pikvm_x.x.x_arm64.deb` PiKVM 应用软件
- `nanokvmpro_x.x.x_arm64.deb` NanoKVM 应用软件
- `kvmcomm_x.x.x_arm64.deb` 负责驱动 NanoKVM 和 PiKVM 框架中共用的硬件;
打开预览更新功能将会获取到最新的实验版应用通常包含更新的功能但稳定性有待验证建议下载预览更新前先打开SSH功能
@@ -190,13 +190,15 @@ NanoKVM Pro 会不定时推送新版本的应用包含新功能和bug修复
```shell
# 以下载 1.1.6 版本为例
# 下载文件
sudo curl -L https://cdn.sipeed.com/nanokvm/preview/nanokvm_pro_1.1.6.tar.gz | sudo tar -xz
sudo curl -L https://github.com/sipeed/NanoKVM-Pro/releases/download/1.2.14/nanokvm_pro_1.2.14.tar.gz | sudo tar -xz
# 进入文件夹
cd nanokvm_pro_1.1.6
cd nanokvm_pro_1.2.14
# 安装deb包
sudo apt install ./*.deb
# 安装deb包,网页终端请严格按照下面的顺序安装!!!
sudo apt install ./pikvm_1.2.14_arm64.deb
sudo apt install ./nanokvmpro_1.2.14_arm64.deb
sudo apt install ./kvmcomm_1.2.14_arm64.deb
```
> 1.1.5 及后续软件进行过一次架构调整较低版本的NanoKVM-Pro只能拉取到 1.1.5 ,更新后可再次拉取到最新的版本