Skip to content

Commit fe99d83

Browse files
committed
chore(docs): update update install shell url
1 parent 5746d5d commit fe99d83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/zh_CN/guide/install-script-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install.sh install [OPTIONS]
2626
### 快速使用
2727

2828
```shell
29-
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) install
29+
bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) install -r https://ghproxy.com/
3030
```
3131

3232
一键安装脚本默认设置的监听端口为 `9000`,HTTP Challenge 端口默认为 `9180`。如果有端口冲突,请手动修改 `/usr/local/etc/nginx-ui/app.ini`
@@ -56,12 +56,12 @@ install.sh remove [OPTIONS]
5656

5757
```shell [移除]
5858
# 删除 Nginx UI,但不包括配置和数据库文件
59-
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove
59+
bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove
6060
```
6161

6262
```shell [清除]
6363
# 删除所有 Nginx UI 文件,包括配置和数据库文件
64-
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove --purge
64+
bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove --purge
6565
```
6666

6767
:::
@@ -81,7 +81,7 @@ install.sh help
8181
### 快速使用
8282

8383
```shell
84-
bash <(curl -L -s https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) help
84+
bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) help
8585
```
8686

8787
## 控制服务

0 commit comments

Comments
 (0)