Update docs

This commit is contained in:
hwdsl2 2022-05-28 15:06:10 -05:00
parent 7be010a29c
commit b5c6af6409
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,8 @@ wget https://get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh
或者,你也可以使用以下命令。
</summary>
你也可以使用 `curl` 下载:
```bash
curl -fsSL https://get.vpnsetup.net -o vpn.sh && sudo sh vpn.sh
```
@ -224,6 +226,8 @@ wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
或者,你也可以使用以下命令。
</summary>
你也可以使用 `curl` 下载:
```bash
curl -fsSL https://get.vpnsetup.net/upg -o vpnup.sh && sudo sh vpnup.sh
```

View File

@ -31,6 +31,8 @@ After setup, you may optionally install [OpenVPN](https://github.com/hwdsl2/open
Alternative one-liners.
</summary>
You may also use `curl` to download:
```bash
curl -fsSL https://get.vpnsetup.net -o vpn.sh && sudo sh vpn.sh
```
@ -224,6 +226,8 @@ wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
Alternative one-liners.
</summary>
You may also use `curl` to download:
```bash
curl -fsSL https://get.vpnsetup.net/upg -o vpnup.sh && sudo sh vpnup.sh
```