Merge pull request #92 from fanck0605/patch-2

简化更新系统指令
This commit is contained in:
klever1988
2020-03-28 11:42:57 +08:00
committed by GitHub

View File

@@ -29,9 +29,7 @@ opkg install zstd
```
然后下载脚本执行
```bash
wget https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh
chmod +x autoupdate.sh
./autoupdate.sh
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | sh
```
(脚本由gary lau提供非常感谢)