update core

This commit is contained in:
armv9
2024-10-09 13:30:04 +09:00
parent 99c8d50943
commit 6de7c588b6
5 changed files with 48 additions and 39 deletions

View File

@@ -18,6 +18,16 @@ popd
####
if [ ! -d "sing-quic" ]; then
git clone --no-checkout https://github.com/MatsuriDayo/sing-quic.git
fi
pushd sing-quic
git checkout "$COMMIT_SING_QUIC"
popd
####
if [ ! -d "libneko" ]; then
git clone --no-checkout https://github.com/MatsuriDayo/libneko.git
fi