From b0166fcfe48f8a577b4c54cfea5909b729ea3742 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 1 May 2022 21:06:58 -0500 Subject: [PATCH] Update docs --- README-zh.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh.md b/README-zh.md index c921fc5..bbddc02 100644 --- a/README-zh.md +++ b/README-zh.md @@ -176,14 +176,14 @@ sudo VPN_PROTECT_CONFIG=yes sh vpn.sh 你也可以使用 `curl` 下载。例如: ```bash -curl -fsSL https://get.vpnsetup.net -o vpn.sh +curl -fL https://get.vpnsetup.net -o vpn.sh sudo sh vpn.sh ``` 或者,你也可以使用这个链接: ```bash -curl -fsSL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh +curl -fL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh sudo sh vpn.sh ``` diff --git a/README.md b/README.md index 4855e24..ec90b1d 100644 --- a/README.md +++ b/README.md @@ -176,14 +176,14 @@ Click here if you are unable to download using wget. You may also use `curl` to download. For example: ```bash -curl -fsSL https://get.vpnsetup.net -o vpn.sh +curl -fL https://get.vpnsetup.net -o vpn.sh sudo sh vpn.sh ``` Alternative setup URL: ```bash -curl -fsSL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh +curl -fL https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master/vpnsetup.sh -o vpn.sh sudo sh vpn.sh ```