summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormsojocs2022-05-12 17:53:17 +0800
committermsojocs2022-05-12 17:53:17 +0800
commit5d96ea0f00030b013a71b6b7d69f690821b91d58 (patch)
treeed681fbbc91b5316b7a0f6d7476d3bb2b5edc208
parent8d4602d82e38a0fd546004ac2d4306947e18da1d (diff)
downloadaur-5d96ea0f00030b013a71b6b7d69f690821b91d58.tar.gz
build: 使用一个可能比较稳定快速的镜像源
-rwxr-xr-xrebuild-node-modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-node-modules.sh b/rebuild-node-modules.sh
index 4598f3da115c..b58fe266959e 100755
--- a/rebuild-node-modules.sh
+++ b/rebuild-node-modules.sh
@@ -50,7 +50,7 @@ mkdir -p tmp && cd tmp
if [ "$ACTION_MODE" != "true" ]; then
notice "非ACTION模式, 设置镜像源"
- prefix="https://gh2.yanqishui.work/"
+ prefix="https://mirror.ghproxy.com/"
fi
wget ${prefix}https://github.com/microsoft/ripgrep-prebuilt/releases/download/v12.1.1-1/ripgrep-v12.1.1-1-x86_64-unknown-linux-musl.tar.gz -O ripgrep-v12.1.1-1-x86_64-unknown-linux-musl.tar.gz
tar xvf ripgrep-v12.1.1-1-x86_64-unknown-linux-musl.tar.gz -C ../bin && \