mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
update core 1.9.3
This commit is contained in:
@@ -7,17 +7,25 @@ source libs/get_source_env.sh
|
||||
pushd ..
|
||||
|
||||
####
|
||||
if [ ! -d "sing-box-extra" ]; then
|
||||
git clone --no-checkout https://github.com/MatsuriDayo/sing-box-extra.git
|
||||
fi
|
||||
pushd sing-box-extra
|
||||
git checkout "$COMMIT_SING_BOX_EXTRA"
|
||||
|
||||
ENV_SING_BOX_EXTRA=1
|
||||
source $SRC_ROOT/libs/get_source_env.sh
|
||||
NO_ENV=1 ./libs/get_source.sh
|
||||
if [ ! -d "sing-box" ]; then
|
||||
git clone --no-checkout https://github.com/MatsuriDayo/sing-box.git
|
||||
fi
|
||||
pushd sing-box
|
||||
git checkout "$COMMIT_SING_BOX"
|
||||
|
||||
popd
|
||||
|
||||
####
|
||||
|
||||
if [ ! -d "libneko" ]; then
|
||||
git clone --no-checkout https://github.com/MatsuriDayo/libneko.git
|
||||
fi
|
||||
pushd libneko
|
||||
git checkout "$COMMIT_LIBNEKO"
|
||||
|
||||
popd
|
||||
|
||||
####
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user