From 58c2bfa24d2998281768b9d139eb279058b868cb Mon Sep 17 00:00:00 2001 From: EloimEssaimEmmm <49706708+EloimEssaimEmmm@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:50:23 +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 5839f6a..6cd3141 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 @@ -35,4 +35,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所需依赖安装完成,请检查有没有报错,可尝试再次运行"