Skip to content

Commit a75f840

Browse files
authored
Update README.md
1 parent 4749254 commit a75f840

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,25 @@ wget -O gl-inet.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/gl-inet
4444
```bash
4545
sh gl-inet.sh
4646
```
47+
### 2.单独安装Docker
48+
```bash
49+
wget -O do_docker.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/docker/do_docker.sh?$(date +%s) && chmod +x do_docker.sh && ./do_docker.sh
50+
```
4751

48-
49-
### 2.单独安装iStore商店
52+
### 3.单独安装iStore商店
5053
```bash
5154
wget -O /tmp/reinstall_istore.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/reinstall_istore.sh && chmod +x /tmp/reinstall_istore.sh && /tmp/reinstall_istore.sh
5255

5356
```
5457

55-
### 3.单独安装文件管理器
58+
### 4.单独安装文件管理器
5659
```bash
5760
wget -O /tmp/reinstall_istore.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/reinstall_istore.sh && chmod +x /tmp/reinstall_istore.sh && /tmp/reinstall_istore.sh
5861
/tmp/is-opkg install app-meta-linkease
5962

6063
```
6164

62-
### 4.单独安装Docker
63-
```bash
64-
开发中...
6565

66-
```
6766
### 5.新手ssh连接注意事项
6867
https://github.com/wukongdaily/HowToUseSSH
6968

0 commit comments

Comments
 (0)