From 8fba3cf170a8ef65f9ed550e3e456459125a2d3d Mon Sep 17 00:00:00 2001 From: Aqr-K <95741669+Aqr-K@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:39:52 +0800 Subject: [PATCH] Update update --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 2d2422d3..a0d6fed1 100644 --- a/update +++ b/update @@ -152,7 +152,7 @@ function test_connectivity_github() { 0) if [[ -n "${GITHUB_PROXY}" ]]; then if curl -sL "${GITHUB_PROXY}https://raw.githubusercontent.com/jxxghp/MoviePilot/main/README.md" > /dev/null 2>&1; then - PIP_LOG="使用Pip镜像代理更新环境依赖" + PIP_LOG="使用Github镜像代理更新程序" return 0 fi fi