Skip to content

Commit e4ef55f

Browse files
committed
Update README.md
1 parent 1745fa9 commit e4ef55f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
3. 登陆路由器并执行下述代码,按照屏幕提示完成安装(本地安装方法见[使用说明](https://github.com/JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER/blob/master/How_to_Use.md)
3535

3636
```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
37+
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
4138
```
4239

4340
## 更多资料

0 commit comments

Comments
 (0)