From db9df1df94850dd7824761260b24f53916e0ab43 Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Mon, 14 Oct 2024 08:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index ac8488d..02ac2cc 100644 --- a/script/install.sh +++ b/script/install.sh @@ -109,7 +109,7 @@ fi echo -e "\r\n${GREEN_COLOR}Your platform: ${ARCH} (${platform}) ${RES}\r\n" 1>&2 -GH_PROXY='https://mirror.ghproxy.com/' +GH_PROXY='https://ghp.ci/' if [ "$(id -u)" != "0" ]; then echo -e "\r\n${RED_COLOR}This script requires run as Root !${RES}\r\n" 1>&2