From 3f150725930f4e4c1f2e007aa00bc9f89c77db14 Mon Sep 17 00:00:00 2001 From: Bian wz <155252057+bian-wz@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:04:30 +0800 Subject: [PATCH] Update doc.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原理的`mirror.ghproxy.com`网站好像出问题了 ```bash curl https://mirror.ghproxy.com/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh 301 Moved Permanently

301 Moved Permanently


nginx
``` --- doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.md b/doc.md index 581cd9c4..55087465 100644 --- a/doc.md +++ b/doc.md @@ -340,10 +340,10 @@ docker-compose pull && docker-compose up -d ```shell # 此脚本对甲骨文非Ubuntu系统,CentOS9可能不兼容。建议网上手动搜索 #curl -bash <(curl -L -s https://mirror.ghproxy.com/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh) +bash <(curl -L -s https://github.bian666.cf/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh) #wget -bash <(wget -qO- --no-check-certificate https://mirror.ghproxy.com/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh) +bash <(wget -qO- --no-check-certificate https://github.bian666.cf/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh) ```