From 03d04d2b0c308359507dc64a3ac7944ef325fd11 Mon Sep 17 00:00:00 2001 From: mango Date: Mon, 27 Apr 2026 21:57:22 +0800 Subject: [PATCH] Use Gitea raw URL as default mirror base --- proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.sh b/proxy.sh index e28c222..07f8898 100755 --- a/proxy.sh +++ b/proxy.sh @@ -5,7 +5,7 @@ set -euo pipefail -BASE_URL="${MIRROR_BASE_URL:-https://mjjtop.com/raw/proxy-installer}" +BASE_URL="${MIRROR_BASE_URL:-https://mjjtop.com/admin/proxy-installer/raw/branch/main}" TMP_DIR="/tmp/mjjtop-proxy-installer" RED='\033[0;31m'