更新一键安装命令

This commit is contained in:
inrgihc
2024-10-30 13:53:46 +00:00
committed by Gitee
parent 40aca74824
commit 577d8f846f

View File

@@ -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)