bug fix
参考 https://serverfault.com/questions/226386/wget-a-script-and-run-it
This commit is contained in:
@@ -29,7 +29,7 @@ opkg install zstd
|
|||||||
```
|
```
|
||||||
然后下载脚本执行
|
然后下载脚本执行
|
||||||
```bash
|
```bash
|
||||||
wget -O - https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | bash
|
bash <(wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh)
|
||||||
```
|
```
|
||||||
(脚本由gary lau提供,非常感谢!)
|
(脚本由gary lau提供,非常感谢!)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user