enhance autoupdate

This commit is contained in:
John Doe
2022-01-04 21:18:20 +08:00
parent 50cfb9c757
commit 575d9da48b
2 changed files with 14 additions and 15 deletions

View File

@@ -19,11 +19,11 @@ https://github.com/klever1988/nanopi-openwrt/tags
### 终端内在线升级方法:
```bash
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | sh
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate-bash.sh | bash
```
slim版
```bash
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | ver=-slim sh
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate-bash.sh | ver=-slim bash
```
(脚本由gary lau提供非常感谢)