ソースを参照

v2ray Replace installation source

hongwenjun 4 年 前
コミット
5537743b2d
2 ファイル変更2 行追加2 行削除
  1. 1 1
      v2ray_ss_conf.sh
  2. 1 1
      vps.sh

+ 1 - 1
v2ray_ss_conf.sh

@@ -99,7 +99,7 @@ conf_shadowsocks(){
 conf_v2ray(){
     # If V2ray not install, Now install.
     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 ":: Info: V2ray Server, IP / Port / UUID"

+ 1 - 1
vps.sh

@@ -73,7 +73,7 @@ start_menu(){
         bash <(curl -L -s git.io/fhExJ) update
         ;;
         4)
-        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
         ;;
         5)