From f7461b8e2ab6bf1246b086b8026458286690ebfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=BB=E8=A7=85?= Date: Wed, 9 Apr 2025 10:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20LK=5Fbash=5Fstart.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改新的Git下载链接 --- LK_bash_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LK_bash_start.sh b/LK_bash_start.sh index fc3a8f1..4a5a0a5 100755 --- a/LK_bash_start.sh +++ b/LK_bash_start.sh @@ -2,7 +2,7 @@ PACK_LIST=("git" "zsh") # 脚本根地址 -ROOT_URL="http://yum.gdie.top:50200/LK/x" +ROOT_URL="https://gitea.whlug.cn/LK/x" # 脚本安装默认路径 ROOT_INSTALL="/opt/xunmi"