From 9861419c8798ec37c1dc0056ac64a9bf194299dc Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 28 Mar 2020 11:19:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E6=9B=B4=E6=96=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 反正系统更新后脚本不会被保留,直接用管道执行就行了。 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cc04177..0b6c1e7 100644 --- a/README.md +++ b/README.md @@ -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提供,非常感谢!)