Update install.sh

pull/971/head
TelksBr 3 years ago committed by GitHub
parent f6c95a160e
commit 12f84cf697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save