From 1c4c960a5a5e30848a85ccec972b8c3b38db257e Mon Sep 17 00:00:00 2001
From: EloimEssaimEmmm <49706708+EloimEssaimEmmm@users.noreply.github.com>
Date: Tue, 23 Jan 2024 15:55:34 +0800
Subject: [PATCH] Update jd_indeps.sh
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

修改淘宝源
---
 jd_indeps.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jd_indeps.sh b/jd_indeps.sh
index 496791e..17432c8 100644
--- a/jd_indeps.sh
+++ b/jd_indeps.sh
@@ -15,7 +15,7 @@ echo -e "开始安装............\n"
 
 #apk add g++ make pixman-dev pango-dev cairo-dev pkgconf --no-cache
 apk add g++ make --no-cache
-pnpm config set registry https://registry.npm.taobao.org
+pnpm config set registry https://registry.npmmirror.com
 pnpm install -g
 pnpm install -g ds
 pnpm install -g png-js
@@ -34,4 +34,4 @@ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba
 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests
 rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas*
 rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas*
-echo -e "\n所需依赖安装完成,请检查有没有报错,可尝试再次运行"
\ No newline at end of file
+echo -e "\n所需依赖安装完成,请检查有没有报错,可尝试再次运行"