Browse Source

v2ray 官方更换安装源

hongwenjun 4 năm trước cách đây
mục cha
commit
9ffd1bbf7e
5 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 2 2
      README.md
  2. 1 1
      v2ray/README.md
  3. 1 1
      v2ray/v2ray_ws_nginx.md
  4. 1 1
      v2ray_ss_conf.sh
  5. 2 2
      vps.sh

+ 2 - 2
README.md

@@ -21,14 +21,14 @@ bash <(curl -L -s https://git.io/trojan.sh)
 
 | [一键安装 WireGuard 脚本](https://github.com/hongwenjun/vps_setup/blob/master/Wireguard/README.md) |[一键安装 Shadowsocks 脚本](https://github.com/hongwenjun/vps_setup/blob/master/shadowsocks/README.md) | [V2Ray 官方一键脚本](https://github.com/hongwenjun/vps_setup/blob/master/v2ray/README.md) |
 | :------:| :------: | :------: |
-| wget -qO- git.io/fptwc \| bash | bash <(curl -L -s git.io/fhExJ) update | bash <(curl -L -s https://install.direct/go.sh) |
+| wget -qO- git.io/fptwc \| bash | bash <(curl -L -s git.io/fhExJ) update | bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) |
 
 ![](https://raw.githubusercontent.com/hongwenjun/vps_setup/master/img/vps.sh.png)
 
 | WireGuard 管理 | bash wgmtu | 卸载命令 | bash wgmtu remove |
 | :------:| :------: | :------:| :------: |
 
-|V2Ray 卸载命令 | bash <(curl -L -s https://install.direct/go.sh) --remove |
+|V2Ray 卸载命令 | bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove |
 | :------:| :------: |
 
 

+ 1 - 1
v2ray/README.md

@@ -3,7 +3,7 @@
 ### V2Ray官方提供了一个在 Linux 服务端 自动化安装脚本。
 ```
 ###  V2Ray官方一键脚本
-bash <(curl -L -s https://install.direct/go.sh)
+bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
 ```
 
 - V2RAY 基于 NGINX 的 VMESS+WS+TLS+Website 手工配置原理

+ 1 - 1
v2ray/v2ray_ws_nginx.md

@@ -115,6 +115,6 @@ systemctl enable  nginx
 systemctl restart nginx
 
 # V2Ray 官方一键脚本
-bash <(curl -L -s https://install.direct/go.sh)
+bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
 
 ```

+ 1 - 1
v2ray_ss_conf.sh

@@ -98,7 +98,7 @@ conf_shadowsocks(){
 conf_v2ray(){
     # 如果 v2ray 没有安装,安装v2ray
     if [ ! -e '/etc/v2ray/config.json' ]; then
-        bash <(curl -L -s https://install.direct/go.sh)
+        bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
     fi
 
     echo_SkyBlue ":: V2ray 服务 IP/端口/UUID等信息!"

+ 2 - 2
vps.sh

@@ -10,7 +10,7 @@ default_install(){
     wget -qO- git.io/fptwc | bash
 
     # V2Ray官方一键脚本
-    bash <(curl -L -s https://install.direct/go.sh)
+    bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
 
     # 一键安装shadowsocks-libev脚本
     wget -qO- git.io/fhExJ | bash
@@ -51,7 +51,7 @@ wget_curl(){
 }
 
 vps_remove(){
-    bash <(curl -L -s https://install.direct/go.sh) --remove
+    bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
     bash wgmtu remove
     cd /root && rm -f v2ray_ss.log vps_setup.log wg5 wgmtu /var/ip_addr /etc/v2ray/config.json \
         base64_shadowsocks.conf base64_v2ray_vmess.json