Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Mar 26, 2024
1 parent 4749254 commit a75f840
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,25 @@ wget -O gl-inet.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/gl-inet
```bash
sh gl-inet.sh
```
### 2.单独安装Docker
```bash
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
```


### 2.单独安装iStore商店
### 3.单独安装iStore商店
```bash
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

```

### 3.单独安装文件管理器
### 4.单独安装文件管理器
```bash
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
/tmp/is-opkg install app-meta-linkease

```

### 4.单独安装Docker
```bash
开发中...

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

Expand Down

0 comments on commit a75f840

Please sign in to comment.