From b021408f6b014a09ec82c43ea91bf1a50b8e97ca Mon Sep 17 00:00:00 2001 From: fangfang852004 <41331597+fangfang852004@users.noreply.github.com> Date: Fri, 20 Sep 2019 11:04:16 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 05e1c2c..850ca08 100644 --- a/install.sh +++ b/install.sh @@ -803,7 +803,7 @@ install_v2ray() { cp -rf $(pwd)/* /etc/v2ray/233boy/v2ray else pushd /tmp - git clone https://github.com/233boy/v2ray -b "$_gitbranch" /etc/v2ray/233boy/v2ray --depth=1 + git clone https://github.com/fangfang852004/v2ray.git -b "$_gitbranch" /etc/v2ray/233boy/v2ray --depth=1 popd fi