From 75528eba1c921a1a490889db25bc6b06c6b5bb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:54:48 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 8f8bd9d..847deff 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -142,10 +142,10 @@ if [ "$USE_CN_MIRROR" = true ]; then fi # 定义仓库链接变量 -INK_SCREEN_CLOCK_REPO_URL="https://github.com/kxgx/2.13-Ink-screen-clock.git" +INK_SCREEN_CLOCK_REPO_URL="https://github.com/kxgx/2.13-Ink-screen-clock" # 如果使用中国仓库,则更新链接变量 if [ "$USE_CN_GIT" = true ]; then - INK_SCREEN_CLOCK_REPO_URL="https://gitee.com/xingguangk/2.13-Ink-screen-clock.git" + INK_SCREEN_CLOCK_REPO_URL="https://gitee.com/xingguangk/2.13-Ink-screen-clock" fi # 更新源列表函数