From fe99d83456b4ec3f7103a13887c53966e5a78f9c Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Sat, 27 May 2023 12:48:26 +0800 Subject: [PATCH] chore(docs): update update install shell url --- docs/zh_CN/guide/install-script-linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh_CN/guide/install-script-linux.md b/docs/zh_CN/guide/install-script-linux.md index 0fc61dec..dfe39ee2 100644 --- a/docs/zh_CN/guide/install-script-linux.md +++ b/docs/zh_CN/guide/install-script-linux.md @@ -26,7 +26,7 @@ install.sh install [OPTIONS] ### 快速使用 ```shell -bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) install +bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) install -r https://ghproxy.com/ ``` 一键安装脚本默认设置的监听端口为 `9000`,HTTP Challenge 端口默认为 `9180`。如果有端口冲突,请手动修改 `/usr/local/etc/nginx-ui/app.ini`, @@ -56,12 +56,12 @@ install.sh remove [OPTIONS] ```shell [移除] # 删除 Nginx UI,但不包括配置和数据库文件 -bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove +bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove ``` ```shell [清除] # 删除所有 Nginx UI 文件,包括配置和数据库文件 -bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove --purge +bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove --purge ``` ::: @@ -81,7 +81,7 @@ install.sh help ### 快速使用 ```shell -bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) help +bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) help ``` ## 控制服务