Update Consul部署说明.md

pull/46/head
StarsL.cn 2022-11-15 05:10:50 +08:00 committed by GitHub
parent e4378084ab
commit 15e9c47b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
yum install -y yum-utils
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
yum -y install consul
# 或者直接下RPM包安装(推荐)
# 如果yum下载失败可以直接下载RPM包安装
wget https://rpm.releases.hashicorp.com/RHEL/7/x86_64/stable/consul-1.13.3-1.x86_64.rpm
rpm -ivh ./consul-1.13.3-1.x86_64.rpm
```