From e10e0d4b9bf85f651b1ba78c20d46a5e95faaba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 16 Oct 2023 19:44:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E9=99=90=E9=80=9F=E7=9A=84?= =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=E9=95=9C=E5=83=8F=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E4=B8=BA=E8=85=BE=E8=AE=AF=E4=BA=91=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install_panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_panel.sh b/scripts/install_panel.sh index f91f96ea..0529f413 100644 --- a/scripts/install_panel.sh +++ b/scripts/install_panel.sh @@ -112,7 +112,7 @@ Prepare_System() { dnf install epel-release -y dnf config-manager --set-enabled epel if ${inChina}; then - sed -i 's|^#baseurl=https://download.example/pub|baseurl=https://mirrors.aliyun.com|' /etc/yum.repos.d/epel* + sed -i 's|^#baseurl=https://download.example/pub|baseurl=https://mirrors.cloud.tencent.com|' /etc/yum.repos.d/epel* sed -i 's|^metalink|#metalink|' /etc/yum.repos.d/epel* dnf makecache -y fi