Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
semicons authored Jul 28, 2024
1 parent 2b96c00 commit 42bf8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### 1.Linux一键安装/更新(运行完后使用bash sh_java_oci.sh可重启运行)
- 脚本并未创建文件夹 可手动创建文件夹方便管理 如:mkdir rbot && cd rbot
```bash
wget -O gz_client_bot.tar.gz https://github.com/semicons/java_oci_manage/releases/latest/download/gz_client_bot.tar.gz && tar -zxvf gz_client_bot.tar.gz --exclude=client_config && tar -zxvf gz_client_bot.tar.gz --skip-old-files client_config && chmod +x sh_client_bot.sh && bash sh_client_bot.sh
wget -O sh_client_bot.sh https://github.com/semicons/java_oci_manage/releases/latest/download/sh_client_bot.sh && chmod +x sh_client_bot.sh && bash sh_client_bot.sh
```
#### 2. 修改配置文件参数
- 按参数说明编辑client_config文件(model填写local为启动本地无公网IP模式)
Expand Down

0 comments on commit 42bf8c2

Please sign in to comment.