From 188617de0617b9a21643c5fc00910f7c12e29a0e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 5 Nov 2024 10:50:55 -0500 Subject: [skip ci] update tor-connect --- apply_patches.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'apply_patches.sh') diff --git a/apply_patches.sh b/apply_patches.sh index 22c3bba..0392ad7 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -38,7 +38,13 @@ then git remote set-url origin https://github.com/mrcyjanek/randomwow.git popd fi +if [[ "$repo" == "zano" ]]; +then + pushd external/tor-connect + git remote set-url origin https://github.com/mrcyjanek/tor-connect.git + popd +fi git submodule init git submodule update --init --recursive --force touch .patch-applied -echo "you are good to go!" \ No newline at end of file +echo "you are good to go!" -- cgit v1.2.3