update-kod

This commit is contained in:
teasiu
2024-01-20 14:58:46 +08:00
parent 48acea4833
commit b19a40b2f8
2 changed files with 26 additions and 2 deletions

View File

@@ -4,9 +4,33 @@ sidebar_position: 10
# 可道云安装与使用
海纳思系统适配了可道云的一键安装脚本,
用户可以直接安装使用。
## 一、安装
如果你的海纳思系统发行版本是20231201以后的直接以下命令安装
```bash
apt update && apt upgrade -y
install-kod.sh install
```
如果是更早的版本或者非NAS版本
则先添加海纳思的专用 apt 仓库源:
```bash
bash <(curl https://www.ecoo.top/ota.sh)
histb-deb
apt install install-kod -y
insatll-kod.sh install
```
然后刷新首页,即可看到以下图标和链接:
![](./img/kod1.jpg)
## 获取

BIN
docs/nas-skill/img/kod1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB