30 lines
970 B
Diff
30 lines
970 B
Diff
From b2b4644c7dc495313ed13a600c419641e95d8ad3 Mon Sep 17 00:00:00 2001
|
|
From: heyitao <linuxgcc@163.com>
|
|
Date: Fri, 20 Oct 2023 09:29:57 +0000
|
|
Subject: [PATCH] update es repo source url
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: heyitao <linuxgcc@163.com>
|
|
---
|
|
scripts/deploy/aops-basedatabase.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/scripts/deploy/aops-basedatabase.sh b/scripts/deploy/aops-basedatabase.sh
|
|
index a8f5898..444f11f 100755
|
|
--- a/scripts/deploy/aops-basedatabase.sh
|
|
+++ b/scripts/deploy/aops-basedatabase.sh
|
|
@@ -18,7 +18,7 @@ function create_es_repo() {
|
|
fi
|
|
echo "[aops_elasticsearch]
|
|
name=Elasticsearch repository for 7.x packages
|
|
-baseurl=https://artifacts.elastic.co/packages/7.x/yum
|
|
+baseurl=https://mirrors.tuna.tsinghua.edu.cn/elasticstack/yum/elastic-7.x/
|
|
gpgcheck=1
|
|
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
|
enabled=1
|
|
--
|
|
2.33.0
|
|
|