From 2ed4b6867ca8832d37833fa9f76dd9e312013ed8 Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 15 Jun 2025 02:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Mediatek.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- Mediatek.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Mediatek.sh b/Mediatek.sh index 5b1f05d..e70c6a1 100644 --- a/Mediatek.sh +++ b/Mediatek.sh @@ -12,9 +12,6 @@ export RES='\e[0m' # GitHub 变量 export github="github.com" -# Gitea 变量 -export gitea=https://git.kejizero.online/zhao - # 分组函数(GitHub Actions 支持) GROUP= group() { @@ -64,9 +61,9 @@ endgroup # 加载 .config 配置文件 group "加载对应配置文件" if [ "$platform" = "Mediatek_mt7981" ]; then - curl -s $gitea/scripts/src/branch/main/Mediatek/21-config-mediatek_mt7981 > .config + curl -s https://git.kejizero.online/zhao/scripts/raw/branch/main/Mediatek/21-config-mediatek_mt7981 > .config elif [ "$platform" = "Mediatek_mt7986" ]; then - curl -s $gitea/scripts/src/branch/main/Mediatek/21-config-mediatek_mt7981 > .config + curl -s https://git.kejizero.online/zhao/scripts/raw/branch/main/Mediatek/21-config-mediatek_mt7986 > .config fi endgroup