change core v2ray to xray

This commit is contained in:
arm64v8a
2023-07-05 13:56:18 +09:00
parent 9dab2d689b
commit a7f3195482
34 changed files with 596 additions and 893 deletions

View File

@@ -20,11 +20,11 @@ NO_ENV=1 ./libs/get_source.sh
popd
####
if [ ! -d "v2ray-core" ]; then
git clone --no-checkout https://github.com/MatsuriDayo/v2ray-core.git
if [ ! -d "Xray-core" ]; then
git clone --no-checkout https://github.com/MatsuriDayo/Xray-core.git
fi
pushd v2ray-core
git checkout "$COMMIT_MATSURI_V2RAY"
pushd Xray-core
git checkout "$COMMIT_MATSURI_XRAY"
popd
popd