From 22b9b7f2aaadc5ff6eb4894fed20c89c568fb0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 16 Oct 2023 19:39:12 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_panel.sh b/scripts/install_panel.sh index f9602dca21..f91f96ea93 100644 --- a/scripts/install_panel.sh +++ b/scripts/install_panel.sh @@ -98,11 +98,11 @@ Prepare_System() { if [ "${OS}" == "centos" ]; then if ${inChina}; then sed -e 's|^mirrorlist=|#mirrorlist=|g' \ - -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.aliyun.com/rockylinux|g' \ + -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.cloud.tencent.com/rocky|g' \ -i.bak \ /etc/yum.repos.d/[Rr]ocky*.repo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ - -e 's|^# baseurl=https://repo.almalinux.org|baseurl=https://mirrors.aliyun.com|g' \ + -e 's|^# baseurl=https://repo.almalinux.org|baseurl=https://mirrors.cloud.tencent.com|g' \ -i.bak \ /etc/yum.repos.d/[Aa]lmalinux*.repo