Browse Source

v2ray Replace installation source

hongwenjun 4 năm trước cách đây
mục cha
commit
5537743b2d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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(){
 conf_v2ray(){
     # If V2ray not install, Now install.
     # If V2ray not install, Now install.
     if [ ! -e '/etc/v2ray/config.json' ]; then
     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
     fi
 
 
     echo_SkyBlue ":: Info: V2ray Server, IP / Port / UUID"
     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
         bash <(curl -L -s git.io/fhExJ) update
         ;;
         ;;
         4)
         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
         bash wgmtu remove
         ;;
         ;;
         5)
         5)