We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1745fa9 commit e4ef55fCopy full SHA for e4ef55f
README.md
@@ -34,10 +34,7 @@
34
3. 登陆路由器并执行下述代码,按照屏幕提示完成安装(本地安装方法见[使用说明](https://github.com/JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER/blob/master/How_to_Use.md))
35
36
```shell
37
- cd /tmp
38
- wget -O /tmp/install_online --no-check-certificate "https://raw.githubusercontent.com/JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER/master/script_bootloader/bin/install_online"
39
- chmod 777 /tmp/install_online
40
- /tmp/install_online
+ cd /tmp && wget -O /tmp/install_online --no-check-certificate "https://raw.githubusercontent.com/JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER/master/script_bootloader/bin/install_online" && chmod 777 /tmp/install_online && /tmp/install_online
41
```
42
43
## 更多资料
0 commit comments