From 6706d521ef9f12eba449fcae243a9be3191c5b19 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 23 Nov 2023 05:31:09 +0800 Subject: [PATCH] Use https://mirror.ghproxy.com/ for Github proxy. --- argox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argox.sh b/argox.sh index bcfd706..f09f3f6 100644 --- a/argox.sh +++ b/argox.sh @@ -4,7 +4,7 @@ VERSION=1.4.1 # 各变量默认值 -GH_PROXY='https://gh-proxy.com/' +GH_PROXY='https://mirror.ghproxy.com/' WS_PATH_DEFAULT='argox' WORK_DIR='/etc/argox' TEMP_DIR='/tmp/argox'