From 23dd69aebf5142815e058642bc694a047f6c44b4 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Thu, 24 Jun 2021 16:48:13 +0800 Subject: [PATCH] =?UTF-8?q?V6.2.5=20=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8=20ghprox?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoUpdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/AutoUpdate.sh b/Scripts/AutoUpdate.sh index f56fbff..d4ce84b 100755 --- a/Scripts/AutoUpdate.sh +++ b/Scripts/AutoUpdate.sh @@ -622,7 +622,7 @@ AutoUpdate_Main() { } shift done - [[ ${Proxy_Mode} == 1 ]] && Script_URL=https://raw.fastgit.org/Hyy2001X/AutoBuild-Actions/master/Scripts/AutoUpdate.sh + [[ ${Proxy_Mode} == 1 ]] && Script_URL="https://ghproxy.com/${Script_URL}" [[ -z ${SH_SAVE_PATH} ]] && SH_SAVE_PATH=/bin UPDATE_SCRIPT ${SH_SAVE_PATH} ${Script_URL} ;; @@ -702,7 +702,7 @@ AutoUpdate_Main() { done } -Version=V6.2.4 +Version=V6.2.5 log_Path=/tmp Update_Logs_Path=/tmp Upgrade_Command=sysupgrade