From 577d8f846feab86de1df17dacf621fbbcc92551c Mon Sep 17 00:00:00 2001 From: inrgihc Date: Wed, 30 Oct 2024 13:53:46 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E9=94=AE=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a857bfd2..5cb87fd3 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,8 @@ docker run -d --name dbswitch \ (3) 基于docker-compose提供linux联网环境下的**一键安装**,x86的CentOS系统下安装命令如下: ``` -curl -k -sSL https://gitee.com/dromara/dbswitch/attach_files/1946284/download | bash +curl -k -sSL https://gitee.com/dromara/dbswitch/attach_files/1946299/download -o /tmp/dbs.sh && bash /tmp/dbs.sh && rm -f /tmp/dbs.sh ``` -注:安装阿里源命令```curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo```。 文档详见: [build-docker/install/README.md](build-docker/install)