mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
更新
This commit is contained in:
parent
734cdf3cf3
commit
32b2fa98d6
@ -11,3 +11,12 @@ One-KVM是基于玩客云硬件和PiKVM软件的远控设备。通过移植PiKVM
|
||||
|
||||

|
||||
|
||||
### 安装教程
|
||||
该脚本在玩客云(新旧版,Armbian 22.11.0-trunk Jammy Linux onecloud 5.10.149-meson系统)上运行,请确保你的设备已安装好Armbian系统。
|
||||
|
||||
#### 快速开始
|
||||
```bash
|
||||
git clone https://github.com/mofeng-git/One-KVM.git
|
||||
cd One-KVM && chmod +x install.sh && ./install.sh
|
||||
```
|
||||
详细教程请参照飞书文档:[One-KVM使用手册](ttps://p1b237lu9xm.feishu.cn/drive/folder/IsOifWmMKlzYpRdWfcocI7jdnQA?from=from_copylink)
|
||||
@ -17,8 +17,7 @@ echo "正在安装PiKVM......"
|
||||
dgkg -i ./fruity-pikvm_0.2_armhf.deb && echo "PiKVM安装成功!" && systemctl enable kvmd-vnc
|
||||
|
||||
mv ./patch/chinese.patch /usr/share/kvmd/web/ && cd /usr/share/kvmd/web/ && patch -p0 < chinese.patch
|
||||
mv ./patch/3.198msd.patch /usr/local/lib/python3.10/kvmd-packages/ && cd /usr/local/lib/python3.10/kvmd-packages/ && patch -s -p0 < 3.198msd.patch
|
||||
echo "补丁应用成功!"
|
||||
mv ./patch/3.198msd.patch /usr/local/lib/python3.10/kvmd-packages/ && cd /usr/local/lib/python3.10/kvmd-packages/ && patch -s -p0 < 3.198msd.patch && echo "补丁应用成功!"
|
||||
|
||||
cd $CURRENTWD && mv ./patch/long_press_gpio420 /usr/bin && mv ./patch/short_press_gpio420 /usr/bin && echo "GPIO-420脚本移动成功!"
|
||||
mv ./config/main.yaml /etc/kvmd/ && mv ./config/override.yaml /etc/kvmd/ && echo "配置文件修改成功!"
|
||||
|
||||
@ -427,7 +427,7 @@ diff -ur /usr/share/kvmd/web/kvm/index.html ./kvm/index.html
|
||||
</tr>
|
||||
<tr>
|
||||
- <td><sup style="line-height:1">Perhaps uploading was interrupted<br></sup></td>
|
||||
+ <td><sup style="line-height:1">可能上传被中断了<br></sup></td>
|
||||
+ <td><sup style="line-height:1">可能上传被中断了!<br></sup></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user