From 9faf34172c8b7a10871989185b3e116181803268 Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 28 Mar 2020 11:31:10 +0800 Subject: [PATCH] bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 参考 https://serverfault.com/questions/226386/wget-a-script-and-run-it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6c1e7..5de5901 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ opkg install zstd ``` 然后下载脚本执行 ```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提供,非常感谢!)