mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-05-10 00:44:02 +08:00
Update install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
# 更新源列表函数
|
||||
|
||||
Reference in New Issue
Block a user