From 12f84cf6974ae30fde387609ea7701c36f584ea9 Mon Sep 17 00:00:00 2001 From: TelksBr <77636550+TelksBr@users.noreply.github.com> Date: Thu, 20 Oct 2022 04:35:02 -0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index adc0563..1f7503e 100644 --- a/install.sh +++ b/install.sh @@ -802,7 +802,7 @@ install_v2ray() { cp -rf $(pwd)/* /etc/v2ray/233boy/v2ray else pushd /tmp - git clone https://github.com/TelksBr/v2ray/tree/master -b "$_gitbranch" /etc/v2ray/233boy/v2ray --depth=1 + git clone https://github.com/TelksBr/v2ray.git -b "$_gitbranch" /etc/v2ray/233boy/v2ray --depth=1 popd fi