简化更新系统指令
反正系统更新后脚本不会被保留,直接用管道执行就行了。
This commit is contained in:
@@ -29,9 +29,7 @@ opkg install zstd
|
|||||||
```
|
```
|
||||||
然后下载脚本执行
|
然后下载脚本执行
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh
|
wget -O - https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | bash
|
||||||
chmod +x autoupdate.sh
|
|
||||||
./autoupdate.sh
|
|
||||||
```
|
```
|
||||||
(脚本由gary lau提供,非常感谢!)
|
(脚本由gary lau提供,非常感谢!)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user