mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
--------- Co-authored-by: 2022-blake3-chacha8-poly1305 <139959885+xchacha20-ietf-poly1305@users.noreply.github.com> Co-authored-by: arm64v8a <48624112+arm64v8a@users.noreply.github.com>
10 lines
284 B
Bash
10 lines
284 B
Bash
if [ ! -z $ENV_NEKORAY ]; then
|
|
export COMMIT_SING_BOX_EXTRA="df902756f9c50257c48c580e2b5f1b5b190f89bc"
|
|
export COMMIT_MATSURI_XRAY="f6843e4e1442341e88ac34c09ca2d243cdcc09f6"
|
|
fi
|
|
|
|
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
|
|
source libs/get_source_env.sh
|
|
# export COMMIT_SING_BOX=""
|
|
fi
|