From 42bf8c2b8b46d15bc675c68008324e28dd29d1a5 Mon Sep 17 00:00:00 2001 From: semicons <95011542+semicons@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:28:15 +0800 Subject: [PATCH] Update install.md --- md/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/install.md b/md/install.md index 46737dd..afa174e 100644 --- a/md/install.md +++ b/md/install.md @@ -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模式)