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 ```