简化更新系统指令

反正系统更新后脚本不会被保留,直接用管道执行就行了。
This commit is contained in:
Chuck
2020-03-28 11:19:09 +08:00
committed by GitHub
parent ff76efc631
commit 9861419c87

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 -O - https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | bash
```
(脚本由gary lau提供非常感谢)