Merge pull request #193 from Asnxthaony/patch-1

 Optimize install speed
This commit is contained in:
233boy
2019-05-06 13:25:25 +08:00
committed by GitHub

View File

@@ -753,7 +753,7 @@ install_v2ray() {
cp -rf $(pwd)/* /etc/v2ray/233boy/v2ray cp -rf $(pwd)/* /etc/v2ray/233boy/v2ray
else else
pushd /tmp pushd /tmp
git clone https://github.com/233boy/v2ray -b "$_gitbranch" /etc/v2ray/233boy/v2ray git clone https://github.com/233boy/v2ray -b "$_gitbranch" /etc/v2ray/233boy/v2ray --depth=1
popd popd
fi fi