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) ```