Merge pull request #165 from JokerHB/master

- 在线升级方法中 zstd 依赖安装
This commit is contained in:
klever1988
2020-05-29 22:41:23 +08:00
committed by GitHub

View File

@@ -26,6 +26,7 @@ https://github.com/klever1988/nanopi-openwrt/blob/master/CHANGELOG.md
```bash ```bash
opkg update opkg update
opkg install zstd opkg install zstd
opkg install libzstd
``` ```
然后下载脚本执行 然后下载脚本执行
```bash ```bash