Skip to content

Commit 9e0333a

Browse files
committed
增加curl
1 parent ab1944e commit 9e0333a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,12 @@ docker-compose pull && docker-compose up -d
315315
316316
```shell
317317
# 此脚本对甲骨文非Ubuntu系统,CentOS9可能不兼容。建议网上手动搜索
318+
#curl
319+
bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/NZESupB/reader/master/reader.sh)
320+
321+
#wget
318322
bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh)
323+
319324
```
320325
321326
## Nginx反向代理(如果有域名可以考虑80端口复用)

0 commit comments

Comments
 (0)