Update README

This commit is contained in:
hwdsl2
2022-06-03 08:29:43 -05:00
parent 54d6596882
commit 1f0528413b
2 changed files with 18 additions and 2 deletions

View File

@@ -19,14 +19,22 @@ sudo bash openvpn.sh
<details>
<summary>
你也可以使用 curl 下载
或者,你也可以使用以下命令
</summary>
你也可以使用 `curl` 下载:
```bash
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
sudo bash openvpn.sh
```
或者,你也可以使用这个链接:
```bash
https://github.com/hwdsl2/openvpn-install/raw/master/openvpn-install.sh
```
如果无法下载,打开 [openvpn-install.sh](openvpn-install.sh),然后点击右边的 `Raw` 按钮。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
</details>

View File

@@ -19,14 +19,22 @@ sudo bash openvpn.sh
<details>
<summary>
You may also use curl to download.
Alternative commands.
</summary>
You may also use `curl` to download:
```bash
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
sudo bash openvpn.sh
```
Alternative setup URL:
```bash
https://github.com/hwdsl2/openvpn-install/raw/master/openvpn-install.sh
```
If you are unable to download, open [openvpn-install.sh](openvpn-install.sh), then click the `Raw` button on the right. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
</details>